public static enum Tooltip.PropertyKeys extends Enum<Tooltip.PropertyKeys>
Enum Constant and Description |
---|
beforeShow |
escape |
forValue |
globalSelector |
hideDelay |
hideEffect |
hideEvent |
onHide |
onShow |
position |
showDelay |
showEffect |
showEvent |
style |
styleClass |
trackMouse |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Tooltip.PropertyKeys |
valueOf(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 showEvent
public static final Tooltip.PropertyKeys showEffect
public static final Tooltip.PropertyKeys showDelay
public static final Tooltip.PropertyKeys hideEvent
public static final Tooltip.PropertyKeys hideEffect
public static final Tooltip.PropertyKeys hideDelay
public static final Tooltip.PropertyKeys forValue
public static final Tooltip.PropertyKeys style
public static final Tooltip.PropertyKeys styleClass
public static final Tooltip.PropertyKeys globalSelector
public static final Tooltip.PropertyKeys escape
public static final Tooltip.PropertyKeys trackMouse
public static final Tooltip.PropertyKeys beforeShow
public static final Tooltip.PropertyKeys onHide
public static final Tooltip.PropertyKeys onShow
public static final Tooltip.PropertyKeys position
public static Tooltip.PropertyKeys[] values()
for (Tooltip.PropertyKeys c : Tooltip.PropertyKeys.values()) System.out.println(c);
public static Tooltip.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Tooltip.PropertyKeys>
Copyright © 2017. All rights reserved.