Uses of Package
bibliothek.gui.dock.station.screen

Packages that use bibliothek.gui.dock.station.screen
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
bibliothek.gui.dock.common.location Various implementations of CLocation
bibliothek.gui.dock.common.perspective The perspective API offers clients the possibility to define or modify the layout of an application without actually creating any CDockables. 
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.screen.layer Contains the various DockStationDropLayers that are used by a ScreenDockStation
bibliothek.gui.dock.station.screen.magnet The magnet API allows ScreenDockWindows 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. 
 

Classes in bibliothek.gui.dock.station.screen used by bibliothek.gui.dock
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 Dockables which are not allowed to go into fullscreen mode.
ScreenDockFullscreenStrategy
          This strategy is used to manage the fullscreen mode of ScreenDockWindows.
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
          A ScreenDockWindow is used by a ScreenDockStation to show a Dockable on the screen.
ScreenDockWindowConfiguration
          A ScreenDockWindowConfiguration is a strategy creating WindowConfigurations for all children of a ScreenDockStation.
ScreenDockWindowFactory
          A ScreenDockWindowFactory can create new ScreenDockWindows.
ScreenDropSizeStrategy
          A ScreenDropSizeStrategy is used by a ScreenDockStation to decide some details on how to drop a Dockable.
 

Classes in bibliothek.gui.dock.station.screen used by bibliothek.gui.dock.common.intern.station
ScreenDockWindow
          A ScreenDockWindow is used by a ScreenDockStation to show a Dockable on the screen.
 

Classes in bibliothek.gui.dock.station.screen used by bibliothek.gui.dock.common.location
ScreenDockProperty
          This property is used on ScreenDockStations to determine the bounds of the dialogs.
 

Classes in bibliothek.gui.dock.station.screen used by bibliothek.gui.dock.common.perspective
ScreenDockPerspective
          A representation of a ScreenDockStation in a Perspective.
ScreenDockPerspective.ScreenPerspectiveWindow
          Represents a child of a ScreenDockPerspective.
 

Classes in bibliothek.gui.dock.station.screen used by bibliothek.gui.dock.facile.mode
ScreenDockProperty
          This property is used on ScreenDockStations to determine the bounds of the dialogs.
 

Classes in bibliothek.gui.dock.station.screen used by bibliothek.gui.dock.station.screen
AbstractBoundaryRestriction
          This abstract class offers methods to ensure a reasonable maximum size for ScreenDockWindows.
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.
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.
ScreenDockStationExtension.DropArguments
          A class offering all the arguments of the method ScreenDockStation.drop(Dockable, ScreenDockProperty, boolean)
ScreenDockStationLayout
          A layout that holds the contents of a ScreenDockStation.
ScreenDockWindow
          A ScreenDockWindow is used by a ScreenDockStation to show a Dockable on the screen.
ScreenDockWindowListener
          A listener that can be added to a ScreenDockWindow.
ScreenDropSizeStrategy
          A ScreenDropSizeStrategy is used by a ScreenDockStation to decide some details on how to drop a Dockable.
 

Classes in bibliothek.gui.dock.station.screen used by bibliothek.gui.dock.station.screen.layer
ScreenDockWindow
          A ScreenDockWindow is used by a ScreenDockStation to show a Dockable on the screen.
 

Classes in bibliothek.gui.dock.station.screen used by bibliothek.gui.dock.station.screen.magnet
ScreenDockWindow
          A ScreenDockWindow is used by a ScreenDockStation to show a Dockable on the screen.
 

Classes in bibliothek.gui.dock.station.screen used by bibliothek.gui.dock.station.screen.window
ScreenDockFullscreenStrategy
          This strategy is used to manage the fullscreen mode of ScreenDockWindows.
ScreenDockWindow
          A ScreenDockWindow is used by a ScreenDockStation to show a Dockable on the screen.
ScreenDockWindowConfiguration
          A ScreenDockWindowConfiguration is a strategy creating WindowConfigurations for all children of a ScreenDockStation.
ScreenDockWindowFactory
          A ScreenDockWindowFactory can create new ScreenDockWindows.
ScreenDockWindowListener
          A listener that can be added to a ScreenDockWindow.