Package | Description |
---|---|
bibliothek.gui.dock.layout |
Elements dealing with the location of
Dockable s
on their DockStation and allowing to store the
whole layout of a set of Dockable s and stations. |
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. |
bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDockableProperty.copy(AbstractDockableProperty copy)
Copies the fields of this property to
copy . |
Modifier and Type | Class and Description |
---|---|
class |
FlapDockProperty
FlapDockProperties are used on the
FlapDockStation to determine
the location of a Dockable . |
Modifier and Type | Class and Description |
---|---|
class |
ScreenDockProperty
This property is used on
ScreenDockStations
to determine the bounds of the dialogs . |
Modifier and Type | Class and Description |
---|---|
class |
SplitDockFullScreenProperty
This
DockableProperty points to the currently maximized child of a SplitDockStation . |
class |
SplitDockPathProperty
A
DockableProperty used by the SplitDockStation to describe
the location of a Dockable in the tree of all children of the station. |
class |
SplitDockPlaceholderProperty
This property references a placeholder that is already present within the
tree of a
SplitDockStation . |
class |
SplitDockProperty
This property stores the location and the size of each child of a
SplitDockStation . |
Modifier and Type | Class and Description |
---|---|
class |
StackDockProperty
A StackDockProperty stores the location of a
Dockable
on a StackDockStation . |