Uses of Package
bibliothek.gui.dock

Packages that use bibliothek.gui.dock
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.extension.gui.dock.theme.smooth Contains elements to paint a DockTitle which smoothly changes its color. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.group Contains the CGroupBehavior and its implementations, this interface allows to group Dockables together. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.common.mode.station Contains wrapper classes for various DockStations, implementing the interface CLocationMode
bibliothek.gui.dock.common.util   
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.focus The focus sub-system is responsible for transfering the focus to the currently active Dockable
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
bibliothek.gui.dock.disable Contains the DisablingStrategy and associated classes, allows clients to disable Dockables, DockTitles or DockActions. 
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
bibliothek.gui.dock.facile.mode.station Wrappers for DockStations, implementing StationModeArea
bibliothek.gui.dock.facile.station.screen Support classes for ScreenDockStation
bibliothek.gui.dock.facile.station.split Support classes for SplitDockStation
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.layout Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
bibliothek.gui.dock.perspective The perspective API allows clients to access and modify the layout without actually creating any Dockables. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.flap.layer Contains the various DockStationDropLayers that are used by a FlapDockStation
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. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.split.layer Contains the various DockStationDropLayers that are used by the SplitDockStation
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

Classes in bibliothek.gui.dock used by bibliothek.extension.gui.dock.theme.bubble
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.extension.gui.dock.theme.eclipse
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.extension.gui.dock.theme.eclipse.stack
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.extension.gui.dock.theme.eclipse.stack.tab
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.extension.gui.dock.theme.flat
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.extension.gui.dock.theme.smooth
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.gui
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
DockHierarchyLock
          The DockHierarchyLock allows DockStations to defend themselfs against concurrent modifications of the hierarchy.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
DockHierarchyLock.Token
          Is acquired from a DockHierarchyLock and releases the lock.
FlapDockStation.Direction
          The direction in which the window with the Dockable will popup, in respect to the location of this station.
FlapDockStation.DockableHandle
          Handles title, listeners and actions that are associated with a Dockable.
SplitDockStation
          This station shows all its children at once.
SplitDockStation.Access
          Access to this SplitDockStation.
SplitDockStation.Orientation
          Orientation how two Dockables are aligned.
StackDockStation.Background
          This panel is used as base of the station.
StackDockStation.Insert
          Describes the gap between two tabs.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.common
FlapDockStation
          This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
FlapDockStation.Direction
          The direction in which the window with the Dockable will popup, in respect to the location of this station.
SplitDockStation
          This station shows all its children at once.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.common.group
StackDockStation
          On this station, only one of many children is visible.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.common.intern
DefaultDockable
          A Dockable which consists only of one Component called "content pane".
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
FlapDockStation
          This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
ScreenDockStation
          A DockStation which is the whole screen.
SplitDockStation
          This station shows all its children at once.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.common.intern.layout
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.common.intern.station
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
FlapDockStation
          This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
FlapDockStation.DockableHandle
          Handles title, listeners and actions that are associated with a Dockable.
ScreenDockStation
          A DockStation which is the whole screen.
SplitDockStation
          This station shows all its children at once.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.common.intern.ui
DockElement
          An element in the hierarchy of dockables and stations.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.common.mode.station
ScreenDockStation
          A DockStation which is the whole screen.
SplitDockStation
          This station shows all its children at once.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.common.util
DockElement
          An element in the hierarchy of dockables and stations.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.control
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.control.focus
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.control.relocator
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.disable
DockElement
          An element in the hierarchy of dockables and stations.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.dockable
DefaultDockable
          A Dockable which consists only of one Component called "content pane".
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.event
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
FlapDockStation
          This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
SplitDockStation
          This station shows all its children at once.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.facile.mode.station
FlapDockStation
          This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.facile.station.screen
ScreenDockStation
          A DockStation which is the whole screen.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.facile.station.split
SplitDockStation
          This station shows all its children at once.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.frontend
DockElement
          An element in the hierarchy of dockables and stations.
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.layout
DockElement
          An element in the hierarchy of dockables and stations.
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.perspective
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.flap
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
FlapDockStation
          This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
FlapDockStation.Direction
          The direction in which the window with the Dockable will popup, in respect to the location of this station.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.flap.layer
FlapDockStation
          This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.screen
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
ScreenDockStation
          A DockStation which is the whole screen.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.screen.layer
ScreenDockStation
          A DockStation which is the whole screen.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.screen.magnet
ScreenDockStation
          A DockStation which is the whole screen.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.screen.window
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
ScreenDockStation
          A DockStation which is the whole screen.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.split
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
DockHierarchyLock.Token
          Is acquired from a DockHierarchyLock and releases the lock.
SplitDockStation
          This station shows all its children at once.
SplitDockStation.Orientation
          Orientation how two Dockables are aligned.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.split.layer
SplitDockStation
          This station shows all its children at once.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.stack
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
DockFactory
          A DockConverter which can not only store and load the contents of an element, but also create a new DockElement with the content.
StackDockStation
          On this station, only one of many children is visible.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.station.stack.tab
StackDockStation
          On this station, only one of many children is visible.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.themes.basic
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.title
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.
 

Classes in bibliothek.gui.dock used by bibliothek.gui.dock.util
DockElement
          An element in the hierarchy of dockables and stations.
DockElementRepresentative
          A DockElementRepresentative is a Component that represents a DockElement.