Uses of Interface
bibliothek.gui.dock.security.TooltipStrategyCallback

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

Uses of TooltipStrategyCallback in bibliothek.gui.dock.security
 

Methods in bibliothek.gui.dock.security with parameters of type TooltipStrategyCallback
 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.