public class ToolTip extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ToolTip.CustomTip |
Modifier and Type | Field and Description |
---|---|
static Color |
Background |
Control |
forWho
Who this tip is for.
|
boolean |
persists
If this is true, then the tool tip will remain visible until the mouse moves
off of the control.
|
Object |
tip
This should be either a String, Control or IImage.
|
Window |
window |
Constructor and Description |
---|
ToolTip() |
public static Color Background
public Object tip
public boolean persists
public Control forWho
public Window window
public Object getTip()