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, setPrioritypublic TabDropLayer(StackDockStation station)
public boolean contains(int x,
int y)
DockStationDropLayerlevel contains the point x/y, which is the position
of the mouse on the screen.contains in interface DockStationDropLayercontains in class DefaultDropLayerx - 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
otherwiseCopyright © 2017 Docking Frames. All rights reserved.