DockStation interface.See: Description
| Interface | Description |
|---|---|
| Combiner | |
| DisplayerFactory |
A factory that creates instances of
DockableDisplayer. |
| DockableDisplayer | |
| DockableDisplayerListener |
A listener to a
DockableDisplayer, gets informed if the
displayer is no longer valid. |
| PlaceholderMapping |
Represents the placeholders of a
DockStation. |
| StationBackgroundComponent |
A
BackgroundComponent representing a DockStation. |
| StationDragOperation |
A callback informing a
DockStation about an ongoing drag and drop operation. |
| StationDropOperation |
A description of what would happen if the user dropped a
Dockable over a DockStation. |
| StationPaint |
A StationPaint draws some parts of
DockStation. |
| Class | Description |
|---|---|
| AbstractDockableStation |
An abstract combination between
DockStation and Dockable. |
| AbstractDockStation |
An abstract implementation of
DockStation. |
| DisplayerCollection |
A set of
DockableDisplayers. |
| DockStationDelegate |
A set of algorithms that are useful for
DockStations. |
| DockStationIcon |
An icon that is used for a
DockStation. |
| NoStationDropOperation |
This
StationDropOperation represent the no-op, and will not do anything. |
| OverpaintablePanel |
A panel which contains two children, the "base pane" and the "overlay pane".
The "overlay pane" is painted above the "base pane" and all its children. |
| StationChildHandle |
A support class intended to be used by
DockStations. |
| StationDropItem |
This class offers information about a
Dockable that is going to be dropped. |
| Enum | Description |
|---|---|
| DockableDisplayer.Location |
The four possible locations of the title
|
| Annotation Type | Description |
|---|---|
| LayoutLocked |
Any method marked with this annotation is forbidden to modify the layout of a
DockStation. |
DockStation interface.Copyright © 2017 Docking Frames. All rights reserved.