public class DefaultDockStationDropLayerFactory extends Object implements DockStationDropLayerFactory
DockStationDropLayerFactory
, this implementation
is just calling DockStation.getLayers()
DROP_LAYER_FACTORY
Constructor and Description |
---|
DefaultDockStationDropLayerFactory() |
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. |
public DockStationDropLayer[] getLayers(DockStation station)
DockStationDropLayerFactory
DockStationDropLayer
s that should be used for finding out whether a drag and drop
operation has station
as target.getLayers
in interface DockStationDropLayerFactory
station
- the station whose drag-and-drop layers are requestednull
- but an empty array is a valid resultDockStation.getLayers()