Interface | Description |
---|---|
DockComponentConfiguration |
This interface allows a client to modify many
Component s that are used by the framework.Instances of this interface can be registered at the DockComponentManager , and they will receive
an event whenever a Component is added or removed.Please use this interface as a last resort when dealing with issues - many settings can be applied in more typesafe manners using the DockProperties or the ThemeManager . |
DockComponentManager |
Collects and manages the
DockComponentRoot s of one DockController . |
DockComponentRoot |
A
DockComponentRoot is a representation of a set of Component s, these Component s can be configured
by a client by applying a DockComponentConfiguration . |
Class | Description |
---|---|
DefaultDockComponentManager |
Default implementation of
DockComponentManager . |
DefaultDockStationComponentRootHandler |
This root handler stops traversing
Component s when discovering a DockableDisplayer |
DockComponentConfigurationEvent |
Describes a
Component and its source DockComponentRoot . |
DockComponentRootHandler |
A wrapper for a
DockComponentRoot , implements all the features required to fully support
DockComponentConfiguration . |
Enum | Description |
---|---|
DockComponentRootHandler.TraverseResult |
Behavior for traversing the
Component tree |