protected static enum Tooltip.PropertyKeys extends java.lang.Enum<Tooltip.PropertyKeys>
| Enum Constant and Description |
|---|
adjustX |
adjustY |
atPosition |
autoShow |
fixed |
forValue |
global |
hideDelay |
hideEffect |
hideEffectLength |
hideEvent |
mouseTracking |
myPosition |
shared |
showDelay |
showEffect |
showEffectLength |
showEvent |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static Tooltip.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tooltip.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tooltip.PropertyKeys widgetVar
public static final Tooltip.PropertyKeys global
public static final Tooltip.PropertyKeys shared
public static final Tooltip.PropertyKeys autoShow
public static final Tooltip.PropertyKeys mouseTracking
public static final Tooltip.PropertyKeys fixed
public static final Tooltip.PropertyKeys adjustX
public static final Tooltip.PropertyKeys adjustY
public static final Tooltip.PropertyKeys atPosition
public static final Tooltip.PropertyKeys myPosition
public static final Tooltip.PropertyKeys showEvent
public static final Tooltip.PropertyKeys showDelay
public static final Tooltip.PropertyKeys showEffect
public static final Tooltip.PropertyKeys showEffectLength
public static final Tooltip.PropertyKeys hideEvent
public static final Tooltip.PropertyKeys hideDelay
public static final Tooltip.PropertyKeys hideEffect
public static final Tooltip.PropertyKeys hideEffectLength
public static final Tooltip.PropertyKeys forValue
public static Tooltip.PropertyKeys[] values()
for (Tooltip.PropertyKeys c : Tooltip.PropertyKeys.values()) System.out.println(c);
public static Tooltip.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<Tooltip.PropertyKeys>Copyright © 2011-2015. All Rights Reserved.