| Package | Description |
|---|---|
| bibliothek.gui.dock.action.actions |
Contains a set of different
DockActions
and supporting classes. |
| Modifier and Type | Method and Description |
|---|---|
GroupKeyGenerator<? extends K> |
GroupedDockAction.getGenerator()
Gets the generator that is used to create keys for unknown Dockables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupedDockAction.setGenerator(GroupKeyGenerator<? extends K> generator)
Sets the generator that is used to create keys for unknown Dockables.
|
| Constructor and Description |
|---|
Check(GroupKeyGenerator<? extends K> generator)
Creates a new action.
|
GroupedButtonDockAction(GroupKeyGenerator<? extends K> generator)
Creates a new action.
|
GroupedDockAction(GroupKeyGenerator<? extends K> generator)
Creates a new action.
|
GroupedDropDownItemAction(GroupKeyGenerator<? extends K> generator)
Creates a new action.
|
GroupedSelectableDockAction(GroupKeyGenerator<? extends K> generator,
ActionType<SelectableDockAction> type)
Creates a new action.
|
Radio(GroupKeyGenerator<? extends K> generator)
Creates a new action.
|
Copyright © 2018. All rights reserved.