| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mathpadapp.util.MTList
public class MTList
The Class MTList.
| Field Summary | |
|---|---|
|  int | listHeightThe list height. | 
|  java.awt.Color | listItemBgColorThe list item bg color. | 
|  int | listItemHeightThe list item height. | 
|  java.awt.Color | listItemTextColorThe list item text color. | 
|  int | listItemWidthThe list item width. | 
| Constructor Summary | |
|---|---|
| MTList(ContentSystem contentSystem)Instantiates a new MT list. | |
| Method Summary | |
|---|---|
|  OrthoContainer | getContainer()Gets the container. | 
|  MTListManager | getManager()Gets the manager. | 
|  void | setHeight(int height)Sets the height. | 
|  void | setWidth(int width)Sets the width. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public int listHeight
public java.awt.Color listItemBgColor
public int listItemHeight
public java.awt.Color listItemTextColor
public int listItemWidth
| Constructor Detail | 
|---|
public MTList(ContentSystem contentSystem)
contentSystem - the content system| Method Detail | 
|---|
public OrthoContainer getContainer()
public MTListManager getManager()
public void setHeight(int height)
height - the new heightpublic void setWidth(int width)
width - the new width| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||