Uses of Class
bibliothek.gui.dock.security.SecureMouseFocusObserver

Packages that use SecureMouseFocusObserver
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
 

Uses of SecureMouseFocusObserver in bibliothek.gui.dock.security
 

Methods in bibliothek.gui.dock.security that return SecureMouseFocusObserver
 SecureMouseFocusObserver SecureDockController.getFocusObserver()
           
 

Methods in bibliothek.gui.dock.security with parameters of type SecureMouseFocusObserver
 void GlassedPane.setFocusController(SecureMouseFocusObserver focusController)
          Sets the focus-observer which has to be informed when the mouse is clicked or the mouse wheel is moved.
 

Constructors in bibliothek.gui.dock.security with parameters of type SecureMouseFocusObserver
GlassedPane(SecureMouseFocusObserver observer)
          Creates a new pane and registers this at observer.