|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. That is not
allowed in a restricted (or secure) environment, the SecurityManager
prevents it. The classes in this package are capable to "simulate" global
monitors without really creating them. The reason why these classes are not
used in a normal application is, that they do not work very efficient.
Clients can use the contents of this package as follows:
DockController they have to create
a SecureDockController.FlapDockStations they
have to create SecureFlapDockStations.ScreenDockStation they
have to create a SecureScreenDockStation.SplitDockStation they
have to create a SecureSplitDockStation.StackDockStation they
have to create a SecureStackDockStation.Dockable have to be
wrapped into a GlassedPane. This can
be done using SecureDockController.wrap(java.awt.Component)
or manually by creating a GlassedPane and registering it
at the SecureMouseFocusObserver.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||