See: Description
| Interface | Description |
|---|---|
| DockableData |
Data about a Dockable.
|
| DockableDataFactory<DATA extends DockableData> |
A
DockableData factory. |
| DockableDataSensitive<D extends DockableData> |
An injection point for the
DockableData. |
| DockableEntryFactory<D,DATA extends DockableData,E extends DockableEntry<D,DATA>> |
A
DockableEntry factory. |
| Class | Description |
|---|---|
| DockableEntry<D,DATA extends DockableData> |
An entry in the Docking System, which groups a Dockable with its
DockablePreferences. |
| DockablePreferences |
The dockable preferences defines the preferred Docking Area and the preferred position in that Docking Area.
|
| DockingAreaDescriptor |
The Docking Area descriptor describes a Docking Area.
|
| DockingManager<D,DATA extends DockableData,E extends DockableEntry<D,DATA>> |
The docking manager manages Dockable views and editors along with their associated Dockable data and Dockable preferences.
|
| LayoutConstraintsDescriptor |
The layout constraints of a Docking Area.
|
| Enum | Description |
|---|---|
| DockableKind |
The Dockable kind.
|
| DockingAreaKind |
The Docking Area kind.
|
| Annotation Type | Description |
|---|---|
| Deselect |
Marks the deselect method of a Dockable, which should be called on onSelectionChanged events on the previously selected Dockable.
|
| Select |
Marks the select method of a Dockable, which should be called on onSelectionChanged events on the newly selected Dockable.
|
Copyright © 2012–2019 Drombler. All rights reserved.