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 |
---|---|
JToolTip |
DefaultTooltipStrategy.createTooltip(Component component,
TooltipStrategyCallback callback) |
JToolTip |
TooltipStrategy.createTooltip(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(Component component,
MouseEvent event,
boolean overNewComponent,
TooltipStrategyCallback callback) |
void |
TooltipStrategy.setTooltipText(Component component,
MouseEvent event,
boolean overNewComponent,
TooltipStrategyCallback callback)
Asks this strategy to find the tooltip of
component , after the event is
dispatched. |