|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.AbstractDockStation
bibliothek.gui.dock.ScreenDockStation
bibliothek.gui.dock.security.SecureScreenDockStation
public class SecureScreenDockStation
A ScreenDockStation
that uses SecureScreenDockDialog
instead of ScreenDockDialog
.
Field Summary |
---|
Fields inherited from class bibliothek.gui.dock.ScreenDockStation |
---|
BOUNDARY_RESTRICTION, TITLE_ID, WINDOW_FACTORY |
Fields inherited from class bibliothek.gui.dock.station.AbstractDockStation |
---|
listeners |
Constructor Summary | |
---|---|
SecureScreenDockStation(Window owner)
Creates a new station. |
|
SecureScreenDockStation(WindowProvider owner)
Creates a new factory. |
Method Summary | |
---|---|
String |
getFactoryID()
Gets the unique name of the DockFactory which can read
and write elements of this type. |
ScreenDockWindowFactory |
getWindowFactory()
Gets the factory that is currently used to create new windows for this station. |
Methods inherited from class bibliothek.gui.dock.station.AbstractDockStation |
---|
accept, addDockStationListener, changed, getController, getTheme, isStationVisible, isVisible, removeDockStationListener, updateTheme |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecureScreenDockStation(Window owner)
owner
- the owner of all dialogs created by this stationpublic SecureScreenDockStation(WindowProvider owner)
owner
- the window which will be used as owner of all windows
created by this station.Method Detail |
---|
public String getFactoryID()
DockElement
DockFactory
which can read
and write elements of this type.
getFactoryID
in interface DockElement
getFactoryID
in class ScreenDockStation
public ScreenDockWindowFactory getWindowFactory()
ScreenDockStation
getWindowFactory
in class ScreenDockStation
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |