| Package | Description |
|---|---|
| com.sun.javafx.scene.control.skin |
| Modifier and Type | Field and Description |
|---|---|
private ComboBoxMode |
ComboBoxBaseSkin.mode
The mode in which this control will be represented.
|
| Modifier and Type | Method and Description |
|---|---|
protected ComboBoxMode |
ComboBoxBaseSkin.getMode() |
static ComboBoxMode |
ComboBoxMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComboBoxMode[] |
ComboBoxMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComboBoxBaseSkin.setMode(ComboBoxMode value) |