Uses of Package
bibliothek.gui.dock.frontend

Packages that use bibliothek.gui.dock.frontend
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
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.frontend Classes and interfaces needed by the DockFrontend 
 

Classes in bibliothek.gui.dock.frontend used by bibliothek.gui
FrontendEntry
          A bag of information about a Dockable that might be registered at a DockFrontend.
LayoutChangeStrategy
          Used by a DockFrontend to read layout information and apply new positions for Dockables.
MissingDockableStrategy
          Used by the DockFrontend to handle missing Dockables.
Setting
          The set of properties that describe one setting of a DockFrontend.
 

Classes in bibliothek.gui.dock.frontend used by bibliothek.gui.dock.common.intern
Setting
          The set of properties that describe one setting of a DockFrontend.
 

Classes in bibliothek.gui.dock.frontend used by bibliothek.gui.dock.common.intern.layout
DefaultLayoutChangeStrategy
          This default implementation of a LayoutChangeStrategy heavily depends on the methods of PredefinedDockSituation.
DefaultLayoutChangeStrategy.SettingAccess
          A wrapper around a Setting, allows algorithms access to the settings but also allows to modify the data without changing the setting.
DockFrontendInternals
          A set of data and methods that may be exclusively used while changing the layout of a DockFrontend.
LayoutChangeStrategy
          Used by a DockFrontend to read layout information and apply new positions for Dockables.
Setting
          The set of properties that describe one setting of a DockFrontend.
 

Classes in bibliothek.gui.dock.frontend used by bibliothek.gui.dock.frontend
DefaultLayoutChangeStrategy.SettingAccess
          A wrapper around a Setting, allows algorithms access to the settings but also allows to modify the data without changing the setting.
DockFrontendInternals
          A set of data and methods that may be exclusively used while changing the layout of a DockFrontend.
LayoutChangeStrategy
          Used by a DockFrontend to read layout information and apply new positions for Dockables.
MissingDockableStrategy
          Used by the DockFrontend to handle missing Dockables.
Setting
          The set of properties that describe one setting of a DockFrontend.
VetoManager
          Used by a DockFrontend to correctly handle all VetoableDockFrontendEvents.