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
DockStationDropLayer s for DockStation s. |
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 DockStationDropLayer s. |
OrderedLayerCollection |
The
OrderedLayerCollection is a helper class that allows order a set
DockStation s according to the rules defined in DockStationDropLayer . |
DockStationDropLayer
is used by the
DockRelocator
to find the target of a
drag and drop operation.