public interface DockStationDropLayerFactory
DockStationDropLayers for DockStations.DockStationDropLayer,
DockStation.getLayers()| Modifier and Type | Field and Description |
|---|---|
static PropertyKey<DockStationDropLayerFactory> |
DROP_LAYER_FACTORY
Key to replace the default
DockStationDropLayerFactory with a custom factory. |
| Modifier and Type | Method and Description |
|---|---|
DockStationDropLayer[] |
getLayers(DockStation station)
Gets all the
DockStationDropLayers that should be used for finding out whether a drag and drop
operation has station as target. |
static final PropertyKey<DockStationDropLayerFactory> DROP_LAYER_FACTORY
DockStationDropLayerFactory with a custom factory.DockStationDropLayer[] getLayers(DockStation station)
DockStationDropLayers that should be used for finding out whether a drag and drop
operation has station as target.station - the station whose drag-and-drop layers are requestednull - but an empty array is a valid resultDockStation.getLayers()Copyright © 2017 Docking Frames. All rights reserved.