| Interface | Description |
|---|---|
| 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 javax.swing.JComponent> |
WebLaF tooltip provider interface.
|
| Class | Description |
|---|---|
| AbstractToolTipProvider<T extends javax.swing.JComponent> |
Abstract WebLaF tooltip provider which defines base methods used across all components.
|
| TooltipAdapter | |
| 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 |