DockStationDropLayer is used by the
DockRelocator to find the target of a
drag and drop operation.See: Description
| Interface | Description |
|---|---|
| DockStationDropLayer |
A
DockStationDropLayer describes an area of the screen where a drag and drop operation
can end with the "drop event". |
| DockStationDropLayerFactory |
A factory that is responsible for creating
DockStationDropLayers for DockStations. |
| Class | Description |
|---|---|
| DefaultDockStationDropLayerFactory |
Default implementation of
DockStationDropLayerFactory, this implementation
is just calling DockStation.getLayers() |
| DefaultDropLayer |
This
DockStationDropLayer represents the base area of a DockStation, the area
with priority LayerPriority.BASE and whose Component is the component is the result of
Dockable.getComponent() (assuming the station is also a dockable). |
| LayerPriority |
A
LayerPriority defines the basic ordering of DockStationDropLayers. |
| OrderedLayerCollection |
The
OrderedLayerCollection is a helper class that allows order a set
DockStations according to the rules defined in DockStationDropLayer. |
DockStationDropLayer is used by the
DockRelocator to find the target of a
drag and drop operation.Copyright © 2017 Docking Frames. All rights reserved.