Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging | |
org.openstreetmap.josm.gui.widgets |
Modifier and Type | Field and Description |
---|---|
private QuadStateCheckBox.State |
TaggingPresetItems.Check.initialState |
Modifier and Type | Field and Description |
---|---|
private QuadStateCheckBox.State[] |
QuadStateCheckBox.allowed |
Modifier and Type | Method and Description |
---|---|
QuadStateCheckBox.State |
QuadStateCheckBox.getState()
Return the current state, which is determined by the selection status of the model.
|
private QuadStateCheckBox.State |
QuadStateCheckBox.QuadStateDecorator.getState()
The current state is embedded in the selection / armed
state of the model.
|
static QuadStateCheckBox.State |
QuadStateCheckBox.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuadStateCheckBox.State[] |
QuadStateCheckBox.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QuadStateCheckBox.setState(QuadStateCheckBox.State state)
Set the new state.
|
private void |
QuadStateCheckBox.QuadStateDecorator.setState(QuadStateCheckBox.State state) |
Constructor and Description |
---|
QuadStateCheckBox(String text,
Icon icon,
QuadStateCheckBox.State initial,
QuadStateCheckBox.State[] allowed)
Constructs a new
QuadStateCheckBox . |
QuadStateCheckBox(String text,
Icon icon,
QuadStateCheckBox.State initial,
QuadStateCheckBox.State[] allowed)
Constructs a new
QuadStateCheckBox . |
QuadStateCheckBox(String text,
QuadStateCheckBox.State initial,
QuadStateCheckBox.State[] allowed)
Constructs a new
QuadStateCheckBox . |
QuadStateCheckBox(String text,
QuadStateCheckBox.State initial,
QuadStateCheckBox.State[] allowed)
Constructs a new
QuadStateCheckBox . |