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 |
---|---|
javax.swing.JToolTip |
DefaultTooltipStrategy.createTooltip(java.awt.Component component,
TooltipStrategyCallback callback) |
javax.swing.JToolTip |
TooltipStrategy.createTooltip(java.awt.Component component,
TooltipStrategyCallback callback)
Asks this strategy to create a new tooltip, this tooltip will be shown as soon as the current
event of the
EDT is over. |
void |
DefaultTooltipStrategy.setTooltipText(java.awt.Component component,
java.awt.event.MouseEvent event,
boolean overNewComponent,
TooltipStrategyCallback callback) |
void |
TooltipStrategy.setTooltipText(java.awt.Component component,
java.awt.event.MouseEvent event,
boolean overNewComponent,
TooltipStrategyCallback callback)
Asks this strategy to find the tooltip of
component , after the event is
dispatched. |