public final class ToolTipUI extends Object
ToolTipUI.Expandable
and ToolTipUI.Pinnable
classes.Modifier and Type | Class and Description |
---|---|
static class |
ToolTipUI.Expandable
Description of an expandable tooltip.
|
static class |
ToolTipUI.Pinnable
Description of a pinnable watch.
|
Modifier and Type | Method and Description |
---|---|
ToolTipSupport |
show(JEditorPane editorPane)
Show the tooltip on the given editor pane.
|
public ToolTipSupport show(JEditorPane editorPane)
editorPane
- The editor pane to show the tooltip on.null
when it's not possible to show the
tooltip on the editor pane.
It can be used e.g. to close the tooltip when it's no longer applicable,
when the debugger resumes, etc.