Package | Description |
---|---|
bibliothek.gui.dock.station.toolbar.group | |
bibliothek.gui.dock.toolbar.expand |
Modifier and Type | Method and Description |
---|---|
void |
ExpandToolbarGroupActions.ExpandColumn.performAction(SimpleExpandAction.Action action)
Executes the action
action , the exact behavior of this method depends
also on the current state . |
Modifier and Type | Method and Description |
---|---|
SimpleExpandAction.Action |
SimpleExpandAction.getBehavior()
Tells how this action looks like.
|
static SimpleExpandAction.Action |
SimpleExpandAction.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleExpandAction.Action[] |
SimpleExpandAction.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleExpandAction.setBehavior(SimpleExpandAction.Action behavior)
Sets the look of this action
|
Constructor and Description |
---|
SimpleExpandAction(bibliothek.gui.DockController controller,
SimpleExpandAction.Action action)
Creates a new action.
|