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