|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.screen.DisplayerScreenDockWindow
bibliothek.gui.dock.station.screen.AbstractScreenDockWindow
bibliothek.gui.dock.security.SecureAbstractScreenDockWindow
public abstract class SecureAbstractScreenDockWindow
An AbstractScreenDockWindow
that uses a GlassedPane
in order to catch all MouseEvent
s and to report them to the
SecureMouseFocusObserver
. Subclasses should call ensureSecure(boolean)
whenever the visibility of the window changes.
Constructor Summary | |
---|---|
SecureAbstractScreenDockWindow(ScreenDockStation station)
Creates a new window |
Method Summary | |
---|---|
protected OverpaintablePanel |
createContent()
Creates the component that will be used as content-pane . |
protected void |
ensureSecure(boolean visible)
Ensures that this window is connected to the SecureMouseFocusObserver
of this secure environment. |
protected java.awt.Container |
getDisplayerParent()
Gets the container on which the displayer is shown. |
Methods inherited from class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow |
---|
checkWindowBounds, convertPointToScreen, getDisplayer, getDockableInsets, getTitleIcon, getTitleText, getWindowBounds, getWindowComponent, init, invalidate, isVisible, 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, setController, 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 |
---|
public SecureAbstractScreenDockWindow(ScreenDockStation station)
station
- the owner of this windowMethod Detail |
---|
protected OverpaintablePanel createContent()
AbstractScreenDockWindow
content-pane
.
This method is invoked by the constructor.
createContent
in class AbstractScreenDockWindow
protected java.awt.Container getDisplayerParent()
AbstractScreenDockWindow
getDisplayerParent
in class AbstractScreenDockWindow
protected void ensureSecure(boolean visible)
SecureMouseFocusObserver
of this secure environment.
visible
- whether the window is visible or not
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |