Package | Description |
---|---|
bibliothek.gui.dock.action.actions |
Contains a set of different
DockAction s
and supporting classes.The actions in this package will create views, which show Icon s,
text, tooltips and other gimmicks. |
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 |
---|
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.Check(GroupKeyGenerator<? extends K> generator)
Creates a new action.
|
GroupedSelectableDockAction.Radio(GroupKeyGenerator<? extends K> generator)
Creates a new action.
|
GroupedSelectableDockAction(GroupKeyGenerator<? extends K> generator,
ActionType<SelectableDockAction> type)
Creates a new action.
|