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

Packages that use bibliothek.gui.dock.station.screen.window
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.station.screen Elements that are related to the ScreenDockStation
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.window used by bibliothek.gui.dock
ScreenDockWindowClosingStrategy
          Strategy deciding how to close a ScreenDockWindow.
ScreenDockWindowHandle
          Represents a ScreenDockWindow in a PlaceholderList.
WindowConfiguration
          A WindowConfiguration describes some general aspects of a ScreenDockWindow.
 

Classes in bibliothek.gui.dock.station.screen.window used by bibliothek.gui.dock.common.intern.station
ScreenDockWindowClosingStrategy
          Strategy deciding how to close a ScreenDockWindow.
 

Classes in bibliothek.gui.dock.station.screen.window used by bibliothek.gui.dock.station.screen
WindowConfiguration
          A WindowConfiguration describes some general aspects of a ScreenDockWindow.
 

Classes in bibliothek.gui.dock.station.screen.window used by bibliothek.gui.dock.station.screen.window
AbstractScreenDockWindow
          This abstract implementation of ScreenDockWindow uses a DockableDisplayer to show the Dockable.
DefaultScreenDockWindowBorder.BorderColor
          A DockColor representing a color used by this border.
DefaultScreenDockWindowFactory.Kind
          The kind of window that can be produced
DisplayerScreenDockWindow
          A window that uses a DockableDisplayer to show the Dockable.
ScreenDockWindowBackgroundComponent
          This UIValue represents a ScreenDockWindow.
ScreenDockWindowBorder
          This border can be used by ScreenDockWindows to paint a border.
ScreenDockWindowBorder.Position
          various positions where the user can grab this border
ScreenDockWindowBorderFactory
          A factory creating new ScreenDockWindowBorders.
ScreenDockWindowColor
          Represents a color that is used to paint something of a ScreenDockWindow.
ScreenWindowShape
          The ScreenWindowShape is used by ScreenDockWindow to define which parts of the window are visible and which parts are transparent.
ScreenWindowShapeCallback
          This class provides information for ScreenWindowShape and offers methods to modify a ScreenDockWindow.
WindowConfiguration
          A WindowConfiguration describes some general aspects of a ScreenDockWindow.
WindowMover
          The WindowMover can be used by any ScreenDockWindow showing a DockElementRepresentative.