|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<TreeMapToolTip.ToolTipType>
com.jidesoft.treemap.TreeMapToolTip.ToolTipType
public static enum TreeMapToolTip.ToolTipType
Tooltip type.
| Enum Constant Summary | |
|---|---|
Heavyweight
Use a heavyweight AWT component as a container for the tooltip. |
|
Lightweight
Use a lightweight Swing component as a container for the tooltip. |
|
Painted
Paint tooltip as part of the rendering of the TreeMapView. |
|
| Method Summary | |
|---|---|
static TreeMapToolTip.ToolTipType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TreeMapToolTip.ToolTipType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TreeMapToolTip.ToolTipType Heavyweight
public static final TreeMapToolTip.ToolTipType Lightweight
public static final TreeMapToolTip.ToolTipType Painted
| Method Detail |
|---|
public static TreeMapToolTip.ToolTipType[] values()
for (TreeMapToolTip.ToolTipType c : TreeMapToolTip.ToolTipType.values()) System.out.println(c);
public static TreeMapToolTip.ToolTipType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||