Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation . |
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 | Method and Description |
---|---|
protected WindowConfiguration |
ScreenDockStation.getConfiguration(Dockable dockable)
|
Modifier and Type | Method and Description |
---|---|
protected ScreenDockWindow |
ScreenDockStation.createWindow(WindowConfiguration configuration)
Creates a new window which is associated with this station.
|
protected ScreenDockWindowHandle |
ScreenDockStation.register(Dockable dockable,
Path placeholder,
ScreenDockWindow window,
WindowConfiguration configuration)
Invoked after a new
ScreenDockWindow has been created. |
Modifier and Type | Method and Description |
---|---|
WindowConfiguration |
ScreenDockWindowConfiguration.getConfiguration(ScreenDockStation station,
Dockable dockable)
Creates a new configuration for a
ScreenDockWindow that is going to show
dockable . |
Modifier and Type | Method and Description |
---|---|
ScreenDockWindow |
ScreenDockWindowFactory.createWindow(ScreenDockStation station,
WindowConfiguration configuration)
Creates a new window which will be used by
station . |
ScreenDockWindow |
ScreenDockWindowFactory.updateWindow(ScreenDockWindow window,
WindowConfiguration configuration,
ScreenDockStation station)
This method is called if the result of
ScreenDockStation.getOwner() changed, i.e. |
Modifier and Type | Method and Description |
---|---|
WindowConfiguration |
DisplayerScreenDockWindow.getConfiguration()
Gets the configuration which was used to set up this window.
|
WindowConfiguration |
ScreenDockWindowHandle.getConfiguration()
Gets the configuration which was used to set up
the window . |
WindowConfiguration |
DefaultScreenDockWindowConfiguration.getConfiguration(ScreenDockStation station,
Dockable dockable) |
Modifier and Type | Method and Description |
---|---|
protected SecureContainer |
AbstractScreenDockWindow.createContent(WindowConfiguration configuration)
Creates the component that will be used as
content-pane . |
ScreenDockWindow |
DefaultScreenDockWindowFactory.createWindow(ScreenDockStation station,
WindowConfiguration configuration) |
ScreenDockWindow |
InternalScreenDockWindowFactory.createWindow(ScreenDockStation station,
WindowConfiguration configuration) |
protected void |
AbstractScreenDockWindow.init(Component window,
Container contentParent,
WindowConfiguration configuration,
boolean borderAllowed)
Initializes this window.
|
protected void |
DisplayerScreenDockWindow.init(WindowConfiguration configuration)
Called the first time when a
Dockable is set. |
void |
ScreenDockWindowHandle.setWindow(ScreenDockWindow window,
WindowConfiguration configuration)
Sets the window which is represented by this handle.
|
ScreenDockWindow |
DefaultScreenDockWindowFactory.updateWindow(ScreenDockWindow window,
WindowConfiguration configuration,
ScreenDockStation station) |
ScreenDockWindow |
InternalScreenDockWindowFactory.updateWindow(ScreenDockWindow window,
WindowConfiguration configuration,
ScreenDockStation station) |
Constructor and Description |
---|
AbstractScreenDockWindow(ScreenDockStation station,
WindowConfiguration configuration)
Creates a new window.
|
AbstractScreenDockWindow(ScreenDockStation station,
WindowConfiguration configuration,
Component window,
Container contentParent)
Creates a new window.
|
DisplayerScreenDockWindow(ScreenDockStation station,
WindowConfiguration configuration)
Creates a new window
|
InternalDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
JDesktopPane desktop)
Creates the new dialog
|
InternalDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
JDesktopPane desktop,
int layer)
Creates the new dialog
|
ScreenDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
boolean undecorated)
Creates a new dialog.
|
ScreenDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
Dialog dialog,
boolean undecorated)
Creates a new dialog.
|
ScreenDockDialog(ScreenDockStation station,
WindowConfiguration configuration,
Frame frame,
boolean undecorated)
Creates a new dialog.
|
ScreenDockFrame(ScreenDockStation station,
WindowConfiguration configuration,
boolean undecorated)
Creates a new dialog.
|
ScreenDockWindowHandle(Dockable dockable,
ScreenDockWindow window,
WindowConfiguration configuration)
Creates a new handle.
|