public class ToolTipPopup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ToolTipPopup.Style |
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_POPUP_DISPLAY_TIME
The default time that the tool tip will be displayed
|
Constructor and Description |
---|
ToolTipPopup(String text,
View anchor)
Create a new ToolTipPopup
|
Modifier and Type | Method and Description |
---|---|
void |
dismiss()
Dismiss the tool tip
|
void |
setNuxDisplayTime(long displayTime)
Set the time (in milliseconds) the tool tip will be displayed.
|
void |
setStyle(ToolTipPopup.Style mStyle)
Sets the
ToolTipPopup.Style of this tool tip. |
void |
show()
Display this tool tip to the user
|
public static final long DEFAULT_POPUP_DISPLAY_TIME
public void setStyle(ToolTipPopup.Style mStyle)
ToolTipPopup.Style
of this tool tip.mStyle
- public void show()
public void setNuxDisplayTime(long displayTime)
displayTime
- The amount of time (in milliseconds) to display the tool tippublic void dismiss()