Package | Description |
---|---|
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.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
bibliothek.gui.dock.common.perspective |
The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockable s. |
bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
Class and Description |
---|
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 . |
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. |
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. |
Class and Description |
---|
Setting
The set of properties that describe one setting of a
DockFrontend . |
Class and Description |
---|
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 Dockable s.While this interface (like any other interface in this framework) can be implemented by clients, they are not supposed to do so. |
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. |
Class and Description |
---|
FrontendPerspectiveCache
This cache is used by a
DockFrontend to create a Perspective . |
Class and Description |
---|
DockFrontendPerspective
Represents the layout that is created and managed by a
DockFrontend , offers
methods to easily modify that layout. |
Class and Description |
---|
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 . |
DockFrontendPerspective
Represents the layout that is created and managed by a
DockFrontend , offers
methods to easily modify that layout. |
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 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. |
Setting
The set of properties that describe one setting of a
DockFrontend . |
VetoManager
Used by a
DockFrontend to correctly handle all VetoableDockFrontendEvent s. |