|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScreenDockStation | |
---|---|
bibliothek.gui.dock.security | |
bibliothek.gui.dock.station.screen |
Uses of ScreenDockStation in bibliothek.gui.dock.security |
---|
Subclasses of ScreenDockStation in bibliothek.gui.dock.security | |
---|---|
class |
SecureScreenDockStation
A ScreenDockStation that uses SecureScreenDockDialog
instead of ScreenDockDialog . |
Methods in bibliothek.gui.dock.security that return ScreenDockStation | |
---|---|
protected ScreenDockStation |
SecureScreenDockStationFactory.createStation()
|
Constructors in bibliothek.gui.dock.security with parameters of type ScreenDockStation | |
---|---|
SecureScreenDockDialog(ScreenDockStation station,
Dialog dialog)
Creates a new dialog. |
|
SecureScreenDockDialog(ScreenDockStation station,
Frame frame)
Creates a new dialog. |
Uses of ScreenDockStation in bibliothek.gui.dock.station.screen |
---|
Methods in bibliothek.gui.dock.station.screen that return ScreenDockStation | |
---|---|
protected ScreenDockStation |
ScreenDockStationFactory.createStation()
Creates a new ScreenDockStation which will be returned
by read . |
ScreenDockStation |
ScreenDockDialog.getStation()
Gets the station for which this dialog is shown |
ScreenDockStation |
ScreenDockStationFactory.read(Map<Integer,Dockable> children,
boolean ignore,
DataInputStream in)
|
Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockStation | |
---|---|
void |
ScreenDockStationFactory.read(Map<Integer,Dockable> children,
boolean ignore,
ScreenDockStation station,
DataInputStream in)
|
void |
ScreenDockStationFactory.write(ScreenDockStation station,
Map<Dockable,Integer> children,
DataOutputStream out)
|
Constructors in bibliothek.gui.dock.station.screen with parameters of type ScreenDockStation | |
---|---|
ScreenDockDialog(ScreenDockStation station,
Dialog dialog)
Creates a new dialog. |
|
ScreenDockDialog(ScreenDockStation station,
Frame frame)
Creates a new dialog. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |