Uses of Package
bibliothek.gui.dock.security

Packages that use bibliothek.gui.dock.security
bibliothek.gui.dock.common.intern.station Contains the CommonStation, various implementations of CommonStation and supporting classes. 
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
 

Classes in bibliothek.gui.dock.security used by bibliothek.gui.dock.common.intern.station
SecureSplitDockStation
          A SplitDockStation which can work in a restricted environment.
 

Classes in bibliothek.gui.dock.security used by bibliothek.gui.dock.security
GlassedPane
          A panel containing two children: a "content pane" and a "glass pane".
SecureAbstractScreenDockWindow
          An AbstractScreenDockWindow that uses a GlassedPane in order to catch all MouseEvents and to report them to the SecureMouseFocusObserver.
SecureDockControllerFactory
          A factory creating secure versions of various elements of a DockController
SecureKeyboardController
          A KeyboardController which adds a KeyListener to each Component that can be found on a Dockable in the realm of one DockController.
SecureMouseFocusObserver
          A FocusController which relies on GlassedPanes.