totalcross.ui
Class ColorList.Item

totalcross.lang.Object
  extended by totalcross.ui.ColorList.Item
Enclosing class:
ColorList

public static class ColorList.Item
extends totalcross.lang.Object

Item added to the ListBox, containing the color as totalcross.lang.String and as int.


Field Summary
 int value
           
 
Constructor Summary
ColorList.Item(int value)
           
 
Method Summary
 boolean equals(Object other)
           
 String toString()
           
 
Methods inherited from class totalcross.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public int value
Constructor Detail

ColorList.Item

public ColorList.Item(int value)
Method Detail

equals

public boolean equals(Object other)

toString

public String toString()