bibliothek.gui.dock.security
Class SecureFlapWindow
java.lang.Object
bibliothek.gui.dock.station.flap.DefaultFlapWindow
bibliothek.gui.dock.security.SecureFlapWindow
- All Implemented Interfaces:
- FlapWindow, MouseListener, MouseMotionListener, EventListener
Deprecated. this class is no longer necessary and will be removed in a future release, use DefaultFlapWindow
instead
@Deprecated
@Todo(compatibility=BREAK_MINOR,
priority=MAJOR,
target=VERSION_1_1_1,
description="Remove this class, no replacemenet required")
public class SecureFlapWindow
- extends DefaultFlapWindow
A FlapWindow
which inserts a GlassedPane
between its
Dockable
and the outer world. Adding and removing of the GlassPane
are handled automatically.
- Author:
- Benjamin Sigg
Methods inherited from class bibliothek.gui.dock.station.flap.DefaultFlapWindow |
containsScreenPoint, destory, discardDisplayer, getDisplayer, getDisplayerParent, getDockable, getDockableInsets, getDockTitle, getStation, getWindowBounds, isWindowValid, isWindowVisible, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, repaint, setController, setDockable, setDockTitle, setDropInfo, setWindowVisible, updateBounds |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureFlapWindow
public SecureFlapWindow(FlapDockStation station,
ButtonPane buttonPane,
DefaultFlapWindow.Parent window)
- Deprecated.
- Creates a new window
- Parameters:
station
- the station which will use this windowbuttonPane
- the visible part of the stationwindow
- the parent of this window