Package com.alee.managers.tooltip

Interface Summary
TooltipListener Custom tooltips listener interface.
ToolTipMethods This interface provides a set of methods that should be added into components to support custom WebLaF tooltips.
ToolTipProvider<T extends JComponent> WebLaF tooltip provider interface.
 

Class Summary
AbstractToolTipProvider<T extends JComponent> Abstract WebLaF tooltip provider which defines base methods used across all components.
HotkeyTipLabel Custom label used to display hotkey within WebCustomTooltip component.
HotkeyTipPainter<T extends HotkeyTipLabel> Custom painter for HotkeyTipLabel component.
TooltipAdapter User: mgarin Date: 07.01.11 Time: 2:35
TooltipManager This manager allows you to set extended tooltips for any Swing component with any possible content (would it be simple text or some JComponent ancestor) or show one-time tooltips at custom location inside any window.
WebCustomTooltip  
WebCustomTooltipStyle WebCustomTooltip style class.