Package | Description |
---|---|
bibliothek.gui.dock.security |
A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTooltipStrategy.install(GlassedPane pane) |
protected void |
SecureContainer.install(GlassedPane pane)
|
void |
TooltipStrategy.install(GlassedPane pane)
Called if a
GlassedPane starts using this strategy. |
void |
DefaultTooltipStrategy.uninstall(GlassedPane pane) |
protected void |
SecureContainer.uninstall(GlassedPane pane)
|
void |
TooltipStrategy.uninstall(GlassedPane pane)
Called if a
GlassedPane is no longer using this strategy. |