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. |
bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation . |
bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation . |
bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation ,
and which are needed to interact with the station. |
Modifier and Type | Class and Description |
---|---|
class |
DockFrontend.Hider
An object which is action and
ActionGuard at the same time. |
Modifier and Type | Interface and Description |
---|---|
interface |
ButtonDockAction
An action that can be pressed like a button.
|
interface |
SelectableDockAction
An action which has two states "selected" and "not selected".
|
interface |
StandardDropDownItemAction
A compination of a
DropDownItemAction and a StandardDockAction . |
Modifier and Type | Class and Description |
---|---|
protected class |
StationChildrenActionSource.FocusAction
An action that can transfer the focus
|
Modifier and Type | Interface and Description |
---|---|
interface |
SharingDropDownItemAction
A
DropDownItemAction whose properties are shared among all Dockable s, the
properties can be modified by the client. |
interface |
SharingSelectableDockAction
A
SelectableDockAction whose properties are shared among all Dockable s, clients
can modify the properties. |
Modifier and Type | Class and Description |
---|---|
class |
GroupedButtonDockAction<K>
A
GroupedDockAction that provides the functionality of
a ButtonDockAction . |
class |
GroupedDropDownItemAction<K,D extends SimpleDropDownItemAction>
An action that can be shown as child of a
DropDownAction . |
class |
GroupedSelectableDockAction<K>
An action that can change between selected and not selected.
|
static class |
GroupedSelectableDockAction.Check<K>
An action intended to use as type
ActionType.CHECK |
static class |
GroupedSelectableDockAction.Radio<K>
An action intended to use as type
ActionType.RADIO |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
FlapDockHoldToggle
This
DockAction is shown together with the children of a
FlapDockStation , and allows to "stick" a Dockable . |
Modifier and Type | Class and Description |
---|---|
class |
ScreenFullscreenAction
This
DockAction is mainly used by the ScreenDockStation
to allow it's children to go into fullscreen-mode. |
Modifier and Type | Class and Description |
---|---|
class |
SplitFullScreenAction
This
DockAction is mainly used by the SplitDockStation
to allow it's children to get in fullscreen-mode. |