public class RichTooltipManager
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RichTooltipManager.JTrackableComponent |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getDismissDelay() |
Returns the dismissal delay value.
|
int |
getInitialDelay() |
Returns the initial delay value.
|
void |
hideCurrentlyShowingTipIfNecessary() |
|
void |
setDismissDelay(int milliseconds) |
Specifies the dismissal delay value.
|
void |
setInitialDelay(int milliseconds) |
Specifies the initial delay value.
|
static RichTooltipManager |
sharedInstance() |
Returns a shared
RichTooltipManager instance. |
public void setInitialDelay(int milliseconds)
milliseconds - the number of milliseconds to delay (after the cursor has
paused) before displaying the tooltipgetInitialDelay()public int getInitialDelay()
setInitialDelay(int)public void setDismissDelay(int milliseconds)
milliseconds - the number of milliseconds to delay before taking away the
tooltipgetDismissDelay()public int getDismissDelay()
setDismissDelay(int)public static RichTooltipManager sharedInstance()
RichTooltipManager instance.RichTooltipManager objectpublic void hideCurrentlyShowingTipIfNecessary()