bibliothek.gui.dock.station.toolbar.layer
Class ToolbarSlimDropLayer
java.lang.Object
bibliothek.gui.dock.station.layer.DefaultDropLayer
bibliothek.gui.dock.station.toolbar.layer.ToolbarSlimDropLayer
- All Implemented Interfaces:
- bibliothek.gui.dock.station.layer.DockStationDropLayer
public class ToolbarSlimDropLayer
- extends bibliothek.gui.dock.station.layer.DefaultDropLayer
This layer slim the drop area of ToolbarGroupDockStation
, as it take
into account means an area where no dockable can be droped into the station.
- Author:
- Herve Guillaume
Method Summary |
boolean |
contains(int x,
int y)
|
Methods inherited from class bibliothek.gui.dock.station.layer.DefaultDropLayer |
canCompare, compare, getComponent, getPriority, getStation, modify, setPriority |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolbarSlimDropLayer
public ToolbarSlimDropLayer(ToolbarDockStation station)
- Creates a new layer.
- Parameters:
station
- the station which owns this level
contains
public boolean contains(int x,
int y)
- Specified by:
contains
in interface bibliothek.gui.dock.station.layer.DockStationDropLayer
- Overrides:
contains
in class bibliothek.gui.dock.station.layer.DefaultDropLayer