Uses of Package
bibliothek.gui.dock.common

Packages that use bibliothek.gui.dock.common
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.action.predefined A set of more complex actions that can be directly used. 
bibliothek.gui.dock.common.event Various listeners and adapters that can be added to CControl, CDockable and other classes associated with them. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.common.intern.color Various implementations of ColorBridge used by the themes of Common to transfer colors from the ColorMap of CDockables through the ColorManager to the Components which are related to said dockables. 
bibliothek.gui.dock.common.intern.font Various implementations of FontBridge to transfer fonts stored in a FontMap
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.location Various implementations of CLocation
bibliothek.gui.dock.common.menu Some MenuPieces to modify the layout and settings of an application that uses Common
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.common.mode.station Contains wrapper classes for various DockStations, implementing the interface CLocationMode
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.common.preference Classes used directly or indirectly by the CPreferenceModel
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
bibliothek.gui.dock.common.theme.color Introduces an extension to the color management. 
bibliothek.gui.dock.common.theme.eclipse Supporting classes for CEclipseTheme
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common
CContentArea
          A component that is normally set into the center of the main- JFrame.
CContentArea.Corner
          References a corner of a panel.
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
CControlRegister
          Grants access to the CDockables and other information that is associated with a CControl.
CGrid
          A CGrid is a mechanism to layout a set of CDockable on a SplitDockStation like the one used in the center of the CContentArea or on the CWorkingArea.
CGridArea
          In a CGridArea normalized CDockable can be shown.
CLocation
          A class describing the current location of a CDockable.
CMinimizeArea
          An area where CDockables can be stored in their minimized state.
CStation
          A CStation is an element onto which CDockables can be dropped.
CStationContainer
          A CStationContainer is a set of root CStations that are somehow combined and ordered on some kind of Component.
CStationContainerListener
          This listener is added to a CStationContainer and receives an event if either CStations are added or removed from the container.
CWorkingArea
          A working area is an element which is always visible and contains some CDockables which can't be dragged out of it.
DestroyHook
          A DestroyHook is added to a CControl.
EmptyMultipleCDockableFactory
          A factory that does not store anything.
EnableableItem
          Describes one part of a CDockable that can be disabled.
MissingCDockableStrategy
          A strategy that tells what to do if CControl finds a description of a CDockable that it does not know while reading a layout.
MultipleCDockable
          A MultipleCDockable is a CDockable which can have many copies in an CControl.
MultipleCDockableFactory
          A factory that can create and store MultipleCDockables.
MultipleCDockableLayout
          An intermediate representation of the layout of a MultipleCDockable.
NullMultipleCDockableFactory
          This specialized MultipleCDockableFactory does not create new MultipleCDockables at all.
SingleCDockable
          A SingleCDockable is a dockable which is added once to the CControl and remains there until it is removed by the application.
SingleCDockableFactory
          A backup factory is used by a CControl to create SingleCDockables if a dockable is missing in the cache, but needed because some layout is loaded from a file.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.action.predefined
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.event
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
CLocation
          A class describing the current location of a CDockable.
ColorMap
          A map containing several Colors.
FontMap
          A map containing FontModifiers.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.intern
CContentArea
          A component that is normally set into the center of the main- JFrame.
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
CControlRegister
          Grants access to the CDockables and other information that is associated with a CControl.
CLocation
          A class describing the current location of a CDockable.
ColorMap
          A map containing several Colors.
CStation
          A CStation is an element onto which CDockables can be dropped.
CStationContainer
          A CStationContainer is a set of root CStations that are somehow combined and ordered on some kind of Component.
EnableableItem
          Describes one part of a CDockable that can be disabled.
FontMap
          A map containing FontModifiers.
MultipleCDockable
          A MultipleCDockable is a CDockable which can have many copies in an CControl.
MultipleCDockableFactory
          A factory that can create and store MultipleCDockables.
MultipleCDockableLayout
          An intermediate representation of the layout of a MultipleCDockable.
SingleCDockable
          A SingleCDockable is a dockable which is added once to the CControl and remains there until it is removed by the application.
SingleCDockableFactory
          A backup factory is used by a CControl to create SingleCDockables if a dockable is missing in the cache, but needed because some layout is loaded from a file.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.intern.action
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.intern.color
ColorMap
          A map containing several Colors.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.intern.font
FontMap
          A map containing FontModifiers.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.intern.layout
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
MultipleCDockable
          A MultipleCDockable is a CDockable which can have many copies in an CControl.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.intern.station
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
CStation
          A CStation is an element onto which CDockables can be dropped.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.intern.ui
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.location
CContentArea
          A component that is normally set into the center of the main- JFrame.
CGridArea
          In a CGridArea normalized CDockable can be shown.
CLocation
          A class describing the current location of a CDockable.
CMinimizeArea
          An area where CDockables can be stored in their minimized state.
CWorkingArea
          A working area is an element which is always visible and contains some CDockables which can't be dragged out of it.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.menu
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
DestroyHook
          A DestroyHook is added to a CControl.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.mode
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
CLocation
          A class describing the current location of a CDockable.
CStation
          A CStation is an element onto which CDockables can be dropped.
CStationContainer
          A CStationContainer is a set of root CStations that are somehow combined and ordered on some kind of Component.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.mode.station
CLocation
          A class describing the current location of a CDockable.
CStation
          A CStation is an element onto which CDockables can be dropped.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.perspective
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
MultipleCDockableLayout
          An intermediate representation of the layout of a MultipleCDockable.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.preference
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.theme
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.theme.color
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.theme.eclipse
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.facile.mode
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and CStations.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
A CControl is an interface between the application and the framework.