static Tooltip |
Tooltip.forComponent(Component component) |
Creates a tooltip to the given Component if one hasn't already been created.
|
default Tooltip |
HasTooltip.getTooltip() |
Gets the tooltip handle of the component.
|
default Tooltip |
HasTooltip.setTooltipText(String text) |
Sets a tooltip text for the component.
|
Tooltip |
Tooltip.withFocusDelay(int focusDelay) |
The delay in milliseconds before the tooltip is opened on keyboard focus, when not
in manual mode.
|
Tooltip |
Tooltip.withHideDelay(int hideDelay) |
The delay in milliseconds before the tooltip is closed on losing hover,
when not in manual mode.
|
Tooltip |
Tooltip.withHoverDelay(int hoverDelay) |
The delay in milliseconds before the tooltip is opened on hover, when not
in manual mode.
|
Tooltip |
Tooltip.withManual(boolean manual) |
When true, the tooltip is controlled programmatically instead of reacting
to focus and mouse events.
|
Tooltip |
Tooltip.withPosition(Tooltip.TooltipPosition position) |
Position of the tooltip with respect to its target.
|
Tooltip |
Tooltip.withText(String text) |
String used as a tooltip content.
|