| 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
DockActions. |
| 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. |
Copyright © 2017 Docking Frames. All rights reserved.