apps.mathpadapp.mathtool
Class ColorList

java.lang.Object
  extended by apps.mathpadapp.mathtool.ColorList

public class ColorList
extends java.lang.Object

The Class ColorList.


Nested Class Summary
static interface ColorList.ColorListListener
          The listener interface for receiving colorList events.
 
Constructor Summary
ColorList(ContentSystem contentSystem)
          Instantiates a new color list.
 
Method Summary
 void addColorListListener(ColorList.ColorListListener listener)
          Adds the color list listener.
 DropDownList getDropDownList()
          Gets the drop down list.
 void removeColorListListener(ColorList.ColorListListener listener)
          Removes the color list listener.
 void removeColorListListeners()
          Removes the color list listeners.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorList

public ColorList(ContentSystem contentSystem)
Instantiates a new color list.

Parameters:
contentSystem - the content system
Method Detail

addColorListListener

public void addColorListListener(ColorList.ColorListListener listener)
Adds the color list listener.

Parameters:
listener - the listener

getDropDownList

public DropDownList getDropDownList()
Gets the drop down list.

Returns:
the drop down list

removeColorListListener

public void removeColorListListener(ColorList.ColorListListener listener)
Removes the color list listener.

Parameters:
listener - the listener

removeColorListListeners

public void removeColorListListeners()
Removes the color list listeners.