Package bibliothek.gui.dock.security

A package dealing with the issues of Applets and Wepstart-applications.

See:
          Description

Class Summary
GlassedPane A panel containing two children: a "content pane" and a "glass pane".
SecureAbstractScreenDockWindow Deprecated. this class is no longer required and will be removed in a future release, use AbstractScreenDockWindow instead.
SecureContainer A SecureContainer is a OverpaintablePanel which can also wrap its content pane into a GlassedPane to catch MouseEvents and call the the MouseFocusObserver to transfer focus if necessary.
SecureDockController Deprecated. this class is no longer necessary, DockController can now handle restricted environments as well.
SecureDockControllerFactory Deprecated. this class is no longer necessary as it has now the exact same behavior as DefaultDockControllerFactory.
SecureFlapDockStation Deprecated. this class is no longer necessary and will be removed in a future release.
SecureFlapDockStationFactory Deprecated. this class is no longer necessary and will be removed in a future release
SecureFlapWindow Deprecated. this class is no longer necessary and will be removed in a future release, use DefaultFlapWindow instead
SecureFlapWindowFactory Deprecated. this class is no longer necessary and will be removed in a future release.
SecureKeyboardController Deprecated. this class has now the exact same behavior as DefaultKeyboardController and will be removed in a future release
SecureMouseFocusObserver Deprecated. this class is no longer necessary, a DefaultMouseFocusObserver can already do everything this class does.
SecureScreenDockDialog Deprecated. this class is no longer necessary and will be removed in a future release
SecureScreenDockStation Deprecated. This class now behaves like ScreenDockStation and is no longer necessary.
SecureScreenDockStationFactory Deprecated. this class is no longer necessary and will be removed in a future release
SecureScreenDockWindowFactory Deprecated. this class is no longer necessary, use DefaultScreenDockWindowFactory instead
SecureSplitDockStation Deprecated. this class is no longer necessary and will be removed in a future release
SecureSplitDockStationFactory Deprecated. this class is no longer necessary and will be removed in a future release
SecureStackDockStation Deprecated. this class is no longer necessary and will be removed in a future release
SecureStackDockStationFactory Deprecated. this class is no longer necessary and will be removed in a future release
 

Package bibliothek.gui.dock.security 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: