Package bibliothek.gui.dock.station.screen

Elements that are related to the ScreenDockStation.

See:
          Description

Interface Summary
BoundaryRestriction Restricts the boundaries of a ScreenDockDialog, a restriction might be, that the dialog can't be placed outside the screen.
ScreenDockFullscreenStrategy This strategy is used to manage the fullscreen mode of ScreenDockWindows.
ScreenDockStationListener A listener that can be added to a ScreenDockStation.
ScreenDockWindow A ScreenDockWindow is used by a ScreenDockStation to show a Dockable on the screen.
ScreenDockWindowFactory A ScreenDockWindowFactory can create new ScreenDockWindows.
ScreenDockWindowListener A listener that can be added to a ScreenDockWindow.
 

Class Summary
AbstractScreenDockWindow This abstract implementation of ScreenDockWindow uses a DockableDisplayer to show the Dockable.
DefaultScreenDockFullscreenStrategy This default implementation of a ScreenDockFullscreenStrategy just works with the boundaries of a ScreenDockWindow.
DefaultScreenDockWindowFactory A default implementation of ScreenDockWindowFactory.
DisplayerScreenDockWindow A window that uses a DockableDisplayer to show the Dockable.
HardBoundaryRestriction A restriction that ensures that each dialog is always visible, even when some screens can't be used because of that.
RetroScreenDockStationLayout Old version of ScreenDockStationLayout, kept for backwards compatibility.
ScreenDockDialog An implementation of ScreenDockWindow which uses a JDialog.
ScreenDockFrame An implementation of ScreenDockWindow which uses a JFrame.
ScreenDockProperty This property is used on ScreenDockStations to determine the bounds of the dialogs.
ScreenDockPropertyFactory This DockablePropertyFactory creates instances of ScreenDockProperty.
ScreenDockStationFactory A DockFactory which writes and reads instances of ScreenDockStation.
ScreenDockStationLayout A layout that holds the contents of a ScreenDockStation.
ScreenDockWindowHandle Represents a ScreenDockWindow in a PlaceholderList.
ScreenFullscreenAction This DockAction is mainly used by the ScreenDockStation to allow it's children to go into fullscreen-mode.
 

Enum Summary
DefaultScreenDockWindowFactory.Kind The kind of window that can be produced
 

Package bibliothek.gui.dock.station.screen Description

Elements that are related to the ScreenDockStation.