bibliothek.gui.dock.station.flap.layer
Class FlapOverrideDropLayer
java.lang.Object
bibliothek.gui.dock.station.layer.DefaultDropLayer
bibliothek.gui.dock.station.flap.layer.FlapOverrideDropLayer
- All Implemented Interfaces:
- DockStationDropLayer
public class FlapOverrideDropLayer
- extends DefaultDropLayer
Represents the "tabs" and the DockTitles of a FlapDockStation.
- Author:
- Benjamin Sigg
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlapOverrideDropLayer
public FlapOverrideDropLayer(FlapDockStation station)
- Creates a new layer
- Parameters:
station -
contains
public boolean contains(int x,
int y)
- Description copied from interface:
DockStationDropLayer
- Tells whether this
level contains the point x/y, which is the position
of the mouse on the screen.
- Specified by:
contains in interface DockStationDropLayer- Overrides:
contains in class DefaultDropLayer
- Parameters:
x - the x-coordinate of the mouse on the screeny - the y-coordinate of the mouse on the screen
- Returns:
true if this level contains x/y, false
otherwise