|
||||||||||
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
bibliothek.gui.dock.security.SecureScreenDockDialog
public class SecureScreenDockDialog
The secure reimplementation of ScreenDockDialog
.
Constructor Summary | |
---|---|
SecureScreenDockDialog(ScreenDockStation station,
boolean undecorated)
Creates a new dialog. |
|
SecureScreenDockDialog(ScreenDockStation station,
Dialog dialog,
boolean undecorated)
Creates a new dialog. |
|
SecureScreenDockDialog(ScreenDockStation station,
Frame frame,
boolean undecorated)
Creates a new dialog. |
Method Summary | |
---|---|
void |
destroy()
Informs this window that it is no longer used by the station and will never be used again. |
void |
toFront()
Called when this window should become the focus owner and be shown at the most prominent location. |
protected void |
updateTitleText()
Called when the text of the title should be updated. |
Methods inherited from class bibliothek.gui.dock.security.SecureAbstractScreenDockWindow |
---|
createContent, ensureSecure, getDisplayerParent |
Methods inherited from class bibliothek.gui.dock.station.screen.AbstractScreenDockWindow |
---|
checkWindowBounds, getDisplayer, getDockableInsets, getTitleIcon, getTitleText, getWindowBounds, getWindowComponent, init, invalidate, setCursor, setDockable, setPaintCombining, setTitleIcon, setTitleText, setVisible, setWindowBounds, showDisplayer, updateTitleIcon, validate |
Methods inherited from class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow |
---|
discardDisplayer, getController, getDockable, getOffsetDrop, getOffsetMove, getStation, inCombineArea, isShowTitle, setController, setShowTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecureScreenDockDialog(ScreenDockStation station, boolean undecorated)
station
- the station for which this dialog is shownpublic SecureScreenDockDialog(ScreenDockStation station, Dialog dialog, boolean undecorated)
station
- the station for which this dialog is showndialog
- the owner of this dialogpublic SecureScreenDockDialog(ScreenDockStation station, Frame frame, boolean undecorated)
station
- the station for which this dialog is shownframe
- the owner of this dialogMethod Detail |
---|
public void destroy()
ScreenDockWindow
public void toFront()
ScreenDockWindow
protected void updateTitleText()
AbstractScreenDockWindow
updateTitleText
in class AbstractScreenDockWindow
AbstractScreenDockWindow.getTitleText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |