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.layer |
Contains the various
DockStationDropLayer s
that are used by a ScreenDockStation . |
bibliothek.gui.dock.station.screen.magnet |
The magnet API allows
ScreenDockWindow s to
attract each other, or to stick together. |
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. |
Class and Description |
---|
BoundaryRestriction
Restricts the boundaries of a
ScreenDockDialog , a restriction might be,
that the dialog can't be placed outside the screen. |
ScreenDockFullscreenFilter
This filter can be added to the
ScreenDockStation , it allows to filter Dockable s which
are not allowed to go into fullscreen mode. |
ScreenDockFullscreenStrategy
This strategy is used to manage the fullscreen mode of
ScreenDockWindow s. |
ScreenDockProperty
This property is used on
ScreenDockStations
to determine the bounds of the dialogs . |
ScreenDockStationListener
A listener that can be added to a
ScreenDockStation . |
ScreenDockWindow |
ScreenDockWindowConfiguration
A
ScreenDockWindowConfiguration is a strategy creating WindowConfiguration s
for all children of a ScreenDockStation . |
ScreenDockWindowFactory
A
ScreenDockWindowFactory can create new ScreenDockWindow s. |
ScreenDropSizeStrategy
A
ScreenDropSizeStrategy is used by a ScreenDockStation to decide some details
on how to drop a Dockable . |
Class and Description |
---|
ScreenDockWindow |
Class and Description |
---|
ScreenDockWindow |
Class and Description |
---|
ScreenDockFullscreenStrategy
This strategy is used to manage the fullscreen mode of
ScreenDockWindow s. |
ScreenDockWindow |
ScreenDockWindowConfiguration
A
ScreenDockWindowConfiguration is a strategy creating WindowConfiguration s
for all children of a ScreenDockStation . |
ScreenDockWindowFactory
A
ScreenDockWindowFactory can create new ScreenDockWindow s. |
ScreenDockWindowListener
A listener that can be added to a
ScreenDockWindow . |