Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
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 |
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 . |