public interface DockStationDropLayerFactory
DockStationDropLayer
s for DockStation
s.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
DockStationDropLayer s 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)
DockStationDropLayer
s 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()