| 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<ScreenDockWindowConfiguration> |
ScreenDockStation.WINDOW_CONFIGURATION
A key for a property telling how to configure new windows.
|
| Modifier and Type | Method and Description |
|---|---|
ScreenDockWindowConfiguration |
ScreenDockStation.getWindowConfiguration()
Gets the configuration which is currently used to create new windows.
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyValue<ScreenDockWindowConfiguration> |
ScreenDockStation.getWindowConfigurationProperty()
Gets the property which represents the window configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenDockStation.setWindowConfiguration(ScreenDockWindowConfiguration configuration)
Sets the configuration which should be used to create new windows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScreenDockWindowConfiguration
The default implementation of
ScreenDockWindowConfiguration always returns null
from its DefaultScreenDockWindowConfiguration.getConfiguration(ScreenDockStation, Dockable) method, thus telling the ScreenDockStation
to use a default configuration.This configuration offers an extension point, any configuration added through
that point will be asked first for a configuration before returning the default value. |
Copyright © 2017 Docking Frames. All rights reserved.