|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Dockable
and
DockStation
plus some supporting elements.
See:
Description
Interface Summary | |
---|---|
DockElement | An element in the hierarchy of dockables and stations. |
DockFactory<D extends DockElement,L> | A DockFactory can convert the contents of a DockElement in
a persistent form.Some kind of DockElement will be converted into a Object ,
this layout can then be written into a stream. |
Class Summary | |
---|---|
DefaultDockable | A Dockable which consists only of one Component called
"content pane". |
FlapDockStation | This DockStation shows only a title for each of it's children.If the user clicks on one of the titles, a window will popup. |
ScreenDockStation | A DockStation which is the whole screen. |
SplitDockStation | This station shows all its children at once. |
StackDockStation | On this station, only one of many children is visible. |
Enum Summary | |
---|---|
FlapDockStation.Direction | The direction in which the window with the Dockable will popup,
in respect to the location of this station. |
SplitDockStation.Orientation | Orientation how two Dockables are aligned. |
The five basic classes implementing Dockable
and
DockStation
plus some supporting elements.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |