apps.mathpadapp.util
Class MTList

java.lang.Object
  extended by apps.mathpadapp.util.MTList
Direct Known Subclasses:
ResultList

public class MTList
extends java.lang.Object

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

listHeight

public int listHeight
The list height.


listItemBgColor

public java.awt.Color listItemBgColor
The list item bg color.


listItemHeight

public int listItemHeight
The list item height.


listItemTextColor

public java.awt.Color listItemTextColor
The list item text color.


listItemWidth

public int listItemWidth
The list item width.

Constructor Detail

MTList

public MTList(ContentSystem contentSystem)
Instantiates a new MT list.

Parameters:
contentSystem - the content system
Method Detail

getContainer

public OrthoContainer getContainer()
Gets the container.

Returns:
the container

getManager

public MTListManager getManager()
Gets the manager.

Returns:
the manager

setHeight

public void setHeight(int height)
Sets the height.

Parameters:
height - the new height

setWidth

public void setWidth(int width)
Sets the width.

Parameters:
width - the new width