| Package | Description |
|---|---|
| bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
| bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
| bibliothek.gui.dock.layout |
Elements dealing with the location of
Dockables
on their DockStation and allowing to store the
whole layout of a set of Dockables 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 |
|---|---|
void |
DockFrontend.registerFactory(DockablePropertyFactory factory)
Registers a factory to write and read properties.
|
| Modifier and Type | Method and Description |
|---|---|
DockablePropertyFactory[] |
DockFrontendInternals.getPropertyFactories()
Gets a list of all
AdjacentDockFactorys that were added using DockFrontend.registerFactory(DockablePropertyFactory). |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTransformer.addFactory(DockablePropertyFactory factory)
Installs a factory
|
| Constructor and Description |
|---|
PropertyTransformer(DockController controller,
DockablePropertyFactory... factories)
Creates a new transformer and installs
factories. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlapDockPropertyFactory
Creates instances of
FlapDockProperty. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScreenDockPropertyFactory
This
DockablePropertyFactory creates instances of ScreenDockProperty. |
| Modifier and Type | Class and Description |
|---|---|
class |
SplitDockFullScreenPropertyFactory
This factory creates new instances of
SplitDockFullScreenPropertys. |
class |
SplitDockPathPropertyFactory
A factory creating new instances of
SplitDockPathProperty. |
class |
SplitDockPlaceholderPropertyFactory
A factory creating
SplitDockPlaceholderPropertys. |
class |
SplitDockPropertyFactory
A factory that creates instances of
SplitDockProperty. |
| Modifier and Type | Class and Description |
|---|---|
class |
StackDockPropertyFactory
A
factory which creates instances
of StackDockProperty. |
Copyright © 2017 Docking Frames. All rights reserved.