|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScreenDockDialog | |
---|---|
bibliothek.gui.dock.security | |
bibliothek.gui.dock.station |
Uses of ScreenDockDialog in bibliothek.gui.dock.security |
---|
Subclasses of ScreenDockDialog in bibliothek.gui.dock.security | |
---|---|
class |
SecureScreenDockDialog
A ScreenDockDialog that inserts a GlassedPane between its
Dockable and the outer world. |
Uses of ScreenDockDialog in bibliothek.gui.dock.station |
---|
Methods in bibliothek.gui.dock.station that return ScreenDockDialog | |
---|---|
ScreenDockDialog |
ScreenDockStation.createDialog()
Creates a new dialog which is associated with this station. |
ScreenDockDialog |
ScreenDockStation.getDialog(Dockable dockable)
Searches the ScreenDockDialog which displays the dockable . |
ScreenDockDialog |
ScreenDockStation.getDialog(int index)
Get's the index 'th dialog of this station. |
protected ScreenDockDialog |
ScreenDockStation.searchCombineDockable(int x,
int y,
Dockable drop)
Searches a dialog on the coordinates x/y which can be used to create a combination with drop . |
Methods in bibliothek.gui.dock.station with parameters of type ScreenDockDialog | |
---|---|
protected void |
ScreenDockStation.deregister(ScreenDockDialog dialog)
Invoked when a ScreenDockDialog is no longer needed. |
protected void |
ScreenDockStation.register(ScreenDockDialog dialog)
Invoked after a new ScreenDockDialog has been created. |
boolean |
ScreenDockStation.shouldDraw(ScreenDockDialog dialog)
Tells whether there should be a "selection-rectangle" painted on the dialog or not. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |