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.
FrontendPerspectiveCache This cache is used by a DockFrontend to create a Perspective.
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
DefaultFrontendPerspectiveCache This default implementation of a FrontendPerspectiveCache assumes that the information clients gave to a DockFrontend is enough and use only the default PerspectiveElements.
DefaultLayoutChangeStrategy This default implementation of a LayoutChangeStrategy heavily depends on the methods of PredefinedDockSituation.
FrontendDockablePerspective This DefaultDockablePerspective represents a DefaultDockable that was added to a DockFrontend with a unique identifier.
RegisteringDockFactory<D extends Dockable,P extends PerspectiveDockable,L> A DockFactory that wraps around another factory and adds all elements that are read through RegisteringDockFactory.layout(BackupFactoryData, PlaceholderStrategy) or RegisteringDockFactory.layout(BackupFactoryData, Map, PlaceholderStrategy) 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