public class FlapOverrideDropLayer extends DefaultDropLayer
DockTitles of a FlapDockStation.| Constructor and Description |
|---|
FlapOverrideDropLayer(FlapDockStation station)
Creates a new layer
|
| 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 FlapOverrideDropLayer(FlapDockStation station)
station - FlapDocStationpublic 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.