bibliothek.gui.dock.security
Class SecureAbstractScreenDockWindow
java.lang.Object
bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
bibliothek.gui.dock.security.SecureAbstractScreenDockWindow
- All Implemented Interfaces:
- ScreenDockWindow
- Direct Known Subclasses:
- SecureScreenDockDialog
Deprecated. this class is no longer required and will be removed in a future release, use
AbstractScreenDockWindow
instead.
@Deprecated
@Todo(compatibility=BREAK_MINOR,
priority=MAJOR,
target=VERSION_1_1_1,
description="remove this class, no replacement required")
public abstract class SecureAbstractScreenDockWindow
- extends AbstractScreenDockWindow
An AbstractScreenDockWindow
that uses a GlassedPane
in order to catch all MouseEvent
s and to report them to the
SecureMouseFocusObserver
.
- Author:
- Benjamin Sigg
Methods inherited from class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow |
checkWindowBounds, convertPointToScreen, createContent, getDisplayer, getDisplayerParent, getDockableInsets, getTitleIcon, getTitleText, getWindowBounds, getWindowComponent, init, invalidate, isVisible, setBackground, setController, setCursor, setDockable, setPaintCombining, setTitleIcon, setTitleText, setVisible, setWindowBounds, showDisplayer, updateTitleIcon, updateTitleText, validate |
Methods inherited from class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow |
addScreenDockWindowListener, contains, discardDisplayer, fireFullscreenChanged, fireShapeChanged, fireVisibilityChanged, getController, getDockable, getNormalBounds, getOffsetDrop, getOffsetMove, getStation, getTitleCenter, inCombineArea, inTitleArea, isFullscreen, isShowTitle, listeners, removeScreenDockWindowListener, setFullscreen, setFullscreenStrategy, setNormalBounds, setShowTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureAbstractScreenDockWindow
public SecureAbstractScreenDockWindow(ScreenDockStation station)
- Deprecated.
- Creates a new window
- Parameters:
station
- the owner of this window