Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.intern.layout |
Implementation of a
LayoutChangeStrategy and supporting classes. |
bibliothek.gui.dock.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
bibliothek.gui.dock.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
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 | Interface and Description |
---|---|
interface |
DockFactory<D extends DockElement,P extends PerspectiveElement,L>
A
DockConverter which can not only store and load the contents of an
element, but also create a new DockElement with the content. |
Modifier and Type | Class and Description |
---|---|
class |
CommonMultipleDockableFactory
A factory used to create
CommonDockable s. |
class |
CommonSingleDockableFactory
This factory is used to create new
SingleCDockable s using various
SingleCDockableFactory s. |
class |
RootStationAdjacentFactory
This factory stores the property
CStation.getTypeId() for any
CStation that is found. |
Modifier and Type | Class and Description |
---|---|
class |
ReplacementDockFactory
This factory is only used to extract
MultipleCDockable s that have been inserted into
a layout by the CLayoutChangeStrategy . |
Modifier and Type | Class and Description |
---|---|
class |
CommonDockStationFactory
A factory that is responsible for storing and loading the layout of the
CommonDockStation s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDockableFactory
A factory which can read and write the properties of a
DefaultDockable . |
Modifier and Type | Class and Description |
---|---|
class |
RegisteringDockFactory<D extends Dockable,P extends PerspectiveElement,L>
A
DockFactory that wraps around another factory and adds all elements
that are read through RegisteringDockFactory.layout(BackupFactoryData, PlaceholderStrategy) or RegisteringDockFactory.layout(BackupFactoryData, Map, PlaceholderStrategy)
to a DockFrontend . |
Modifier and Type | Interface and Description |
---|---|
interface |
AdjacentDockFactory<L>
An object that works together with a
DockFactory , this object
decides on its own whether it wants to store information about a
DockElement or not. |
Modifier and Type | Class and Description |
---|---|
class |
FlapDockStationFactory
A
DockFactory which can handle FlapDockStation s. |
Modifier and Type | Class and Description |
---|---|
class |
ScreenDockStationFactory
A
DockFactory which writes and reads instances
of ScreenDockStation . |
Modifier and Type | Class and Description |
---|---|
class |
SplitDockStationFactory
A factory that creates
SplitDockStations . |
Modifier and Type | Class and Description |
---|---|
class |
StackDockStationFactory
A
DockFactory that can read and write instances of
StackDockStation . |