|
||||||||||
| 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
@Deprecated
@Todo(compatibility=BREAK_MINOR,
priority=MAJOR,
target=VERSION_1_1_1,
description="remove this class, no replacement required")
public class SecureScreenDockDialog
The secure reimplementation of ScreenDockDialog.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class bibliothek.gui.dock.station.screen.DisplayerScreenDockWindow |
|---|
DisplayerScreenDockWindow.Background |
| Constructor Summary | |
|---|---|
SecureScreenDockDialog(ScreenDockStation station,
boolean undecorated)
Deprecated. Creates a new dialog. |
|
SecureScreenDockDialog(ScreenDockStation station,
java.awt.Dialog dialog,
boolean undecorated)
Deprecated. Creates a new dialog. |
|
SecureScreenDockDialog(ScreenDockStation station,
java.awt.Frame frame,
boolean undecorated)
Deprecated. Creates a new dialog. |
|
| Method Summary | |
|---|---|
void |
destroy()
Deprecated. Informs this window that it is no longer used by the station and will never be used again. |
javax.swing.JDialog |
getDialog()
Deprecated. Gets the dialog which is used by this ScreenDockWindow to display
its content. |
void |
toFront()
Deprecated. Called when this window should become the focus owner and be shown at the most prominent location. |
protected void |
updateTitleText()
Deprecated. Called when the text of the title should be updated. |
| 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, 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 |
| Constructor Detail |
|---|
public SecureScreenDockDialog(ScreenDockStation station,
boolean undecorated)
station - the station for which this dialog is shown
public SecureScreenDockDialog(ScreenDockStation station,
java.awt.Dialog dialog,
boolean undecorated)
station - the station for which this dialog is showndialog - the owner of this dialog
public SecureScreenDockDialog(ScreenDockStation station,
java.awt.Frame frame,
boolean undecorated)
station - the station for which this dialog is shownframe - the owner of this dialog| Method Detail |
|---|
public void destroy()
ScreenDockWindow
public void toFront()
ScreenDockWindow
protected void updateTitleText()
AbstractScreenDockWindow
updateTitleText in class AbstractScreenDockWindowAbstractScreenDockWindow.getTitleText()public javax.swing.JDialog getDialog()
ScreenDockWindow to display
its content.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||