|
||||||||||
| 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 |
listHeight
The list height. |
java.awt.Color |
listItemBgColor
The list item bg color. |
int |
listItemHeight
The list item height. |
java.awt.Color |
listItemTextColor
The list item text color. |
int |
listItemWidth
The 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 | |||||||||