| Package | Description |
|---|---|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| 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 | Method and Description |
|---|---|
protected ListeningDockAction |
ScreenDockStation.createFullscreenAction()
Creates an
action which is added to all children
of this station. |
protected ListeningDockAction |
SplitDockStation.createFullScreenAction()
Creates an
action which is added to all children
of this station. |
protected ListeningDockAction |
FlapDockStation.createHoldAction()
Creates a
DockAction that is added to all children
of this station. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenDockStation.setFullscreenAction(ListeningDockAction fullScreenAction)
Sets an
action which allows to expand children. |
void |
SplitDockStation.setFullScreenAction(ListeningDockAction fullScreenAction)
Sets an
action which allows to expand children. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlapDockDirection
This
DockAction is used as an action of a FlapDockStation. |
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. |
Copyright © 2017 Docking Frames. All rights reserved.