|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComboBox.Description | |
|---|---|
| org.xith3d.ui.hud.theming | |
| org.xith3d.ui.hud.widgets | |
| Uses of ComboBox.Description in org.xith3d.ui.hud.theming |
|---|
| Methods in org.xith3d.ui.hud.theming that return ComboBox.Description | |
|---|---|
ComboBox.Description |
WidgetTheme.getComboBoxDescription()
|
| Methods in org.xith3d.ui.hud.theming with parameters of type ComboBox.Description | |
|---|---|
void |
WidgetTheme.getComboBoxDescription(ComboBox.Description desc)
|
void |
WidgetTheme.setComboBoxDescription(ComboBox.Description desc)
Sets the default ComboBox.Description. |
| Uses of ComboBox.Description in org.xith3d.ui.hud.widgets |
|---|
| Methods in org.xith3d.ui.hud.widgets that return ComboBox.Description | |
|---|---|
ComboBox.Description |
ComboBox.Description.clone()
|
| Methods in org.xith3d.ui.hud.widgets with parameters of type ComboBox.Description | |
|---|---|
static ComboBox |
ComboBox.newTextCombo(boolean isHeavyWeight,
float width,
float height,
ComboBox.Description desc)
Creates a new ComboBox with a TextListModel. |
static ComboBox |
ComboBox.newTextCombo(float width,
float height,
ComboBox.Description desc)
Creates a new ComboBox with a TextListModel. |
void |
ComboBox.Description.set(ComboBox.Description template)
|
| Constructors in org.xith3d.ui.hud.widgets with parameters of type ComboBox.Description | |
|---|---|
ComboBox(boolean isHeavyWeight,
float width,
float height,
ListModel listModel,
ComboBox.Description desc)
Creates a new ComboBox. |
|
ComboBox(float width,
float height,
ListModel listModel,
ComboBox.Description desc)
Creates a new ComboBox. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||