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