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.
ScreenDockWindowBackgroundComponent This UIValue represents a ScreenDockWindow.
ScreenDockWindowColor Represents a color that is used to paint something of a ScreenDockWindow.
ScreenDockWindowDockBorder A DockBorder that represents a ScreenDockWindow.
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 on exactly one screen.
InternalBoundaryRestriction This boundary restriction is based on a JDesktopPane.
InternalDockDialog A ScreenDockWindow that has a JDesktopPane as parent.
InternalFullscreenStrategy This ScreenDockFullscreenStrategy is based on a JDesktopPane and assumes that a window is fullscreen if it covers the entire JDesktopPane.
InternalScreenDockWindowFactory A simple factory creating new instances of InternalDockDialog.
MediumBoundaryRestriction A restriction that ensures that the title of each dialog is always visible.
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.
ScreenDockPerspective A representation of a ScreenDockStation in a Perspective.
ScreenDockPerspective.ScreenPerspectiveWindow Represents a child of a ScreenDockPerspective.
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.
ScreenDockWindowBorder This border can be used by ScreenDockWindows to paint a border.
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
ScreenDockWindowBorder.Position various positions where the user can grab this border
 

Package bibliothek.gui.dock.station.screen Description

Elements that are related to the ScreenDockStation.