bibliothek.gui.dock.security
Class SecureAbstractScreenDockWindow

java.lang.Object
  extended by bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
      extended by bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
          extended by 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 MouseEvents and to report them to the SecureMouseFocusObserver.

Author:
Benjamin Sigg

Nested Class Summary
 
Nested classes/interfaces inherited from class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
DisplayerScreenDockWindow.Background
 
Constructor Summary
SecureAbstractScreenDockWindow(ScreenDockStation station)
          Deprecated. Creates a new window
 
Method Summary
 
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
 
Methods inherited from interface bibliothek.gui.dock.station.screen.ScreenDockWindow
destroy, toFront
 

Constructor Detail

SecureAbstractScreenDockWindow

public SecureAbstractScreenDockWindow(ScreenDockStation station)
Deprecated. 
Creates a new window

Parameters:
station - the owner of this window