Package bibliothek.gui.dock.frontend

Classes and interfaces needed by the DockFrontend

See:
          Description

Interface Summary
DockFrontendInternals A set of data and methods that may be exclusively used while changing the layout of a DockFrontend.
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.
 

Class Summary
DefaultLayoutChangeStrategy This default implementation of a LayoutChangeStrategy heavily depends on the methods of PredefinedDockSituation.
RegisteringDockFactory<D extends Dockable,L> A DockFactory that wrapps around another factory and adds all elements that are read through RegisteringDockFactory.layout(BackupFactoryData) or RegisteringDockFactory.layout(BackupFactoryData, Map) to a DockFrontend.
Setting The set of properties that describe one setting of a DockFrontend.
VetoManager Used by a DockFrontend to correctly handle all VetoableDockFrontendEvents.
 

Package bibliothek.gui.dock.frontend Description

Classes and interfaces needed by the DockFrontend