DockFrontend
See: Description
Interface | Description |
---|---|
DockFrontendExtension |
An extension to the
DockFrontend , can modify the frontend. |
DockFrontendInternals |
A set of data and methods that may be exclusively used while changing
the layout of a
DockFrontend . |
DockFrontendPerspective |
Represents the layout that is created and managed by a
DockFrontend , offers
methods to easily modify that layout. |
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 . |
FrontendPerspectiveCacheExtension |
An extension for
DefaultFrontendPerspectiveCache (or any other FrontendPerspectiveCache ),
this extension adds new types of elements to the cache. |
LayoutChangeStrategy |
Used by a
DockFrontend to read layout information and apply new
positions for Dockable s.While this interface (like any other interface in this framework) can be implemented by clients, they are not supposed to do so. |
MissingDockableStrategy |
Used by the
DockFrontend to handle missing Dockable s. |
Class | Description |
---|---|
DefaultDockFrontendPerspective |
This default implementation of
DockFrontendPerspective is used by the
DefaultLayoutChangeStrategy and builds upon a PredefinedDockSituation . |
DefaultFrontendPerspectiveCache |
This default implementation of a
FrontendPerspectiveCache assumes that the information clients
gave to a DockFrontend is enough and use only the default PerspectiveElement s. |
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 PerspectiveElement,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 . |
SettingsBlop |
A set of
Setting s, represents the content of the file that is used by
DockFrontend to store the layout. |
VetoManager |
Used by a
DockFrontend to correctly handle all VetoableDockFrontendEvent s. |
DockFrontend