protected static enum Menubar.PropertyKeys extends Enum<Menubar.PropertyKeys>
Enum Constant and Description |
---|
autoDisplay |
model |
style |
styleClass |
toggleEvent |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Menubar.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Menubar.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Menubar.PropertyKeys widgetVar
public static final Menubar.PropertyKeys model
public static final Menubar.PropertyKeys style
public static final Menubar.PropertyKeys styleClass
public static final Menubar.PropertyKeys autoDisplay
public static final Menubar.PropertyKeys toggleEvent
public static Menubar.PropertyKeys[] values()
for (Menubar.PropertyKeys c : Menubar.PropertyKeys.values()) System.out.println(c);
public static Menubar.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<Menubar.PropertyKeys>
Copyright © 2015. All rights reserved.