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