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.facile.action |
Some
DockAction s used by Common . |
Modifier and Type | Class and Description |
---|---|
class |
DockFrontend.Hider
An object which is action and
ActionGuard at the same time. |
Modifier and Type | Method and Description |
---|---|
void |
DockController.addActionGuard(ActionGuard guard)
Adds
guard to this controller. |
void |
DockController.removeActionGuard(ActionGuard guard)
Removes
guard from this controller. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTypedActionGuard<T extends Dockable>
|
class |
TypedActionGuard<T extends Dockable>
This
ActionGuard reacts only on Dockables
with a given type. |
Modifier and Type | Class and Description |
---|---|
class |
ReplaceActionGuard
An
ActionGuard that adds a ReplaceAction to all elements
that are Dockable and DockStation at the same time. |