Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
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 | Class and Description |
---|---|
class |
DockFrontend.Hider
An object which is action and
ActionGuard at the same time. |
Modifier and Type | Class and Description |
---|---|
protected class |
StationChildrenActionSource.FocusAction
An action that can transfer the focus
|
Modifier and Type | Interface and Description |
---|---|
interface |
SharingSelectableDockAction
A
SelectableDockAction whose properties are shared among all Dockable s, clients
can modify the properties. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleButtonAction
A
ButtonDockAction that has the same properties for all
Dockables which use the action. |
class |
SimpleDropDownItemAction
An action that can be shown as child of a
DropDownAction and
which has advanced information for the DropDownAction . |
class |
SimpleSelectableAction
A
DockAction that has a state selected . |
static class |
SimpleSelectableAction.Check
A
SimpleSelectableAction that is visualized as
a ActionType.CHECK . |
static class |
SimpleSelectableAction.Radio
A
SimpleSelectableAction that is visualized as
a ActionType.RADIO . |