|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.DockController
bibliothek.gui.dock.security.SecureDockController
public class SecureDockController
The DockingFrames normally uses some system-resources to handle the focus.
However, there are some environments where system-resources are not available
due to a SecurityManager (for example in an Applet). The Secure-X-classes
are designed to work in such an environment. They are not as efficient as
the normal classes, and there may be some settings where they have a
weird behaviour.
Setting up the secure environment is easy: just use a SecureXZY where normally
a XYZ would be. Additionally clients must pack all stations into one or
more GlassedPanes
. These panes must then be added to
the SecureFocusController
of this SecureDockController.
Note that SecureFlapDockStation
and SecureScreenDockStation
will add a GlassedPane
to their windows and dialogs automatically.
Constructor Summary | |
---|---|
SecureDockController()
|
Method Summary | |
---|---|
protected MouseFocusObserver |
createMouseFocusObserver()
Creates the focus-controller of this controller. |
SecureMouseFocusObserver |
getFocusObserver()
Gets the current focus-controller |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecureDockController()
Method Detail |
---|
protected MouseFocusObserver createMouseFocusObserver()
DockController
createMouseFocusObserver
in class DockController
null
public SecureMouseFocusObserver getFocusObserver()
DockController
getFocusObserver
in class DockController
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |