public interface ToolTipInformation
Modifier and Type | Method and Description |
---|---|
boolean |
isToolTipEnabled()
Determines if the tool tip is enabled or not.
|
void |
setToolTipEnabled(boolean b)
Enables or disables the tool tip.
|
boolean isToolTipEnabled()
void setToolTipEnabled(boolean b)
b
- true if the tool tip is enabled, false otherwise.