Package bibliothek.gui.dock.frontend

Interface Summary
FrontendEntry A bag of information about a Dockable that might be registered at a DockFrontend.
MissingDockableStrategy Used by the DockFrontend to handle missing Dockables.
 

Class Summary
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.