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.
 GlassedPane TooltipStrategyCallback.getGlassedPane()
          Gets the owner of this callback.
 

Methods in bibliothek.gui.dock.security with parameters of type GlassedPane
 void DefaultTooltipStrategy.install(GlassedPane pane)
           
protected  void SecureContainer.install(GlassedPane pane)
          Wrapps the current content pane into pane and sets pane as base panel.
 void TooltipStrategy.install(GlassedPane pane)
          Called if a GlassedPane starts using this strategy.
 void DefaultTooltipStrategy.uninstall(GlassedPane pane)
           
protected  void SecureContainer.uninstall(GlassedPane pane)
          Sets the current content pane of pane as base panel of this OverpaintablePanel.
 void TooltipStrategy.uninstall(GlassedPane pane)
          Called if a GlassedPane is no longer using this strategy.