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

Packages that use GlassedPane
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. 
 

Uses of GlassedPane in bibliothek.gui.dock.security
 

Methods in bibliothek.gui.dock.security that return GlassedPane
protected  GlassedPane SecureContainer.createGlassPane()
          Creates the GlassedPane which will wrap around the content of this panel.
 

Methods in bibliothek.gui.dock.security with parameters of type GlassedPane
protected  void SecureContainer.install(GlassedPane pane)
          Wrapps the current content pane into pane and sets pane as base panel.
protected  void SecureContainer.uninstall(GlassedPane pane)
          Sets the current content pane of pane as base panel of this OverpaintablePanel.