| Package | Description |
|---|---|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.station.screen.window |
Contains the window (
JDialog, JInternalDialog, etc..)
that shows the children of a ScreenDockStation and the classes required
to configure that window. |
| Modifier and Type | Field and Description |
|---|---|
static PropertyKey<ScreenDockWindowFactory> |
ScreenDockStation.WINDOW_FACTORY
a key for a property telling how to create new windows
|
| Modifier and Type | Method and Description |
|---|---|
ScreenDockWindowFactory |
ScreenDockStation.getWindowFactory()
Gets the factory that is currently used to create new windows for this station.
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyValue<ScreenDockWindowFactory> |
ScreenDockStation.getWindowFactoryProperty()
Gets the property which represents the window factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenDockStation.setWindowFactory(ScreenDockWindowFactory factory)
Sets the factory that will be used to create new windows for this station, Calling this
method will result in closing all existing windows and creating new windows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScreenDockWindowFactory
A default implementation of
ScreenDockWindowFactory. |
class |
InternalScreenDockWindowFactory
A simple factory creating new instances of
InternalDockDialog. |
Copyright © 2017 Docking Frames. All rights reserved.