Package | Description |
---|---|
bibliothek.gui.dock | |
bibliothek.gui.dock.station.toolbar.group | |
bibliothek.gui.dock.toolbar.expand |
Modifier and Type | Field and Description |
---|---|
static bibliothek.gui.dock.util.PropertyKey<ExpandableToolbarItemStrategy> |
ExpandableToolbarItemStrategy.STRATEGY
An identifier to exchange the strategy.
|
Modifier and Type | Method and Description |
---|---|
ExpandableToolbarItemStrategy |
ExpandToolbarGroupActions.getStrategy()
Gets the strategy that is currently used to decide which actions are available for which
Dockable s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExpandableToolbarItemStrategy
The default implementation of an
ExpandableToolbarItemStrategy
searches for ExpandableToolbarItem s. |
class |
DisabledExpandableToolbarItemStrategy
This implementation of
ExpandableToolbarItemStrategy does not do anything, it just disables
any feature related to expandable items. |