public class TabDropLayer extends DefaultDropLayer
DockStationDropLayer
with priority LayerPriority.OVERRIDE_PRECISE
representing the
tabs of a StackDockStation
.Constructor and Description |
---|
TabDropLayer(StackDockStation station) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int x,
int y)
Tells whether this
level contains the point x/y , which is the position
of the mouse on the screen. |
canCompare, compare, getComponent, getPriority, getStation, modify, setPriority
public TabDropLayer(StackDockStation station)
public boolean contains(int x, int y)
DockStationDropLayer
level
contains the point x/y
, which is the position
of the mouse on the screen.contains
in interface DockStationDropLayer
contains
in class DefaultDropLayer
x
- the x-coordinate of the mouse on the screeny
- the y-coordinate of the mouse on the screentrue
if this
level contains x/y
, false
otherwise