Package zombie.ui
Class ListBox.ListItem
java.lang.Object
zombie.ui.ListBox.ListItem
- Enclosing class:
- ListBox
public static class ListBox.ListItem
extends java.lang.Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
leftCol
-
rightCol
-
backCol
-
item
-
bDisabled
public boolean bDisabled -
Icon
-
-
Constructor Details
-
ListItem
-
ListItem
-
ListItem
public ListItem(IListBoxItem item, Color leftCol, Color rightCol, Color backCol, boolean bDisabled)
-