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.event   
bibliothek.gui.dock.common.intern   
bibliothek.gui.dock.common.intern.color   
bibliothek.gui.dock.common.intern.theme   
bibliothek.gui.dock.common.location   
bibliothek.gui.dock.common.menu   
 

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 the CContentArea.
Clients should call read and write of the ApplicationResourceManager, accessible through CControl.getResources(), to store or load the configuration.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
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.
CLocation
          A class describing the location of a CDockable.
CMaximizeBehavior
          The maximize-behavior is used by the CStateManager to decide, what happens when the user maximizes or un-maximizes some CDockable.
Clients can use CControl.setMaximizeBehavior(CMaximizeBehavior) to change the behavior.
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.
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.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.event
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and the CContentArea.
Clients should call read and write of the ApplicationResourceManager, accessible through CControl.getResources(), to store or load the configuration.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
ColorMap
          A map containing several Colors.
 

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 the CContentArea.
Clients should call read and write of the ApplicationResourceManager, accessible through CControl.getResources(), to store or load the configuration.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
CLocation
          A class describing the location of a CDockable.
CMaximizeBehavior
          The maximize-behavior is used by the CStateManager to decide, what happens when the user maximizes or un-maximizes some CDockable.
Clients can use CControl.setMaximizeBehavior(CMaximizeBehavior) to change the behavior.
ColorMap
          A map containing several Colors.
CWorkingArea
          A working area is an element which is always visible and contains some CDockables which can't be dragged out of it.
MultipleCDockableFactory
          A factory that can create and store MultipleCDockables.
MultipleCDockableLayout
          An intermediate representation of the layout of a MultipleCDockable.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.intern.color
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and the CContentArea.
Clients should call read and write of the ApplicationResourceManager, accessible through CControl.getResources(), to store or load the configuration.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
ColorMap
          A map containing several Colors.
 

Classes in bibliothek.gui.dock.common used by bibliothek.gui.dock.common.intern.theme
CControl
          Manages the interaction between SingleCDockable, MultipleCDockable and the CContentArea.
Clients should call read and write of the ApplicationResourceManager, accessible through CControl.getResources(), to store or load the configuration.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
 

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.
CLocation
          A class describing the location of a CDockable.
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 the CContentArea.
Clients should call read and write of the ApplicationResourceManager, accessible through CControl.getResources(), to store or load the configuration.
Clients which do no longer need a CControl can call CControl.destroy() to free resources.
DestroyHook
          A DestroyHook is added to a CControl.