Package bibliothek.gui.dock.station.screen

Interface Summary
BoundaryRestriction Restricts the boundaries of a ScreenDockDialog, a restriction might be, that the dialog can't be placed outside the screen.
ScreenDockWindow A ScreenDockWindow is used by a ScreenDockStation to show a Dockable on the screen.
ScreenDockWindowFactory A ScreenDockWindowFactory can create new ScreenDockWindows.
 

Class Summary
AbstractScreenDockWindow The default implementation of ScreenDockWindow uses a DockableDisplayer to show the Dockable.
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.
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 DockableProperty creates instances of ScreenDockProperty.
ScreenDockStationFactory A DockFactory which writes and reads instances of ScreenDockStation.
ScreenDockStationLayout A layout that holds the contents of a ScreenDockStation.
 

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