Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
Modifier and Type | Method and Description |
---|---|
DefaultDisplayerFactoryValue |
FlapDockStation.getDisplayerFactory()
Gets the factory to create new
DockableDisplayer . |
DefaultDisplayerFactoryValue |
ScreenDockStation.getDisplayerFactory()
Gets the
DisplayerFactory that is used by this station
to create an underground for its children. |
DefaultDisplayerFactoryValue |
SplitDockStation.getDisplayerFactory()
Gets a
DisplayerFactory to create new DockableDisplayer
for this station. |
DefaultDisplayerFactoryValue |
StackDockStation.getDisplayerFactory()
Gets a
DisplayerFactory which is used to create new
DockableDisplayer for this station. |
Constructor and Description |
---|
DisplayerCollection(DockStation station,
DefaultDisplayerFactoryValue factory,
java.lang.String displayerId)
Creates a new collection
|