Package | Description |
---|---|
lavesdk.gui.widgets |
Modifier and Type | Method and Description |
---|---|
Option |
OptionComboButton.getActiveOption()
Gets the active option of the combo button meaning the option that is currently provided by the button.
|
Option |
OptionComboButton.getOption(int index)
Gets the option at a given index.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionComboButton.add(Option option)
Adds a new option to the combo button.
|
boolean |
OptionComboButton.contains(Option option)
Indicates whether the combo button contains the specified option.
|
void |
OptionComboButton.remove(Option option)
Removes the option from the combo button.
|
void |
OptionComboButton.setActiveOption(Option option)
Sets the active option of the combo button.
|
void |
OptionComboButton.setActiveOption(Option option,
boolean fireActionPerformed)
Sets the active option of the combo button.
|
Constructor and Description |
---|
OptionComboButton(Option[] options)
Creates a new option combo button.
|