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
DockStationDropLayers that should be used for finding out whether a drag and drop
operation has station as target. |
public DockStationDropLayer[] getLayers(DockStation station)
DockStationDropLayerFactoryDockStationDropLayers that should be used for finding out whether a drag and drop
operation has station as target.getLayers in interface DockStationDropLayerFactorystation - 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.