| Interface | Description |
|---|---|
| DockComponentConfiguration |
This interface allows a client to modify many
Components that are used by the framework. |
| DockComponentManager |
Collects and manages the
DockComponentRoots of one DockController. |
| DockComponentRoot |
A
DockComponentRoot is a representation of a set of Components, these Components can be configured
by a client by applying a DockComponentConfiguration. |
| Class | Description |
|---|---|
| DefaultDockComponentManager |
Default implementation of
DockComponentManager. |
| DefaultDockStationComponentRootHandler |
This root handler stops traversing
Components 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 |
Copyright © 2018. All rights reserved.