public static enum RibbonActionItem.Type extends Enum<RibbonActionItem.Type>
| Enum Constant and Description |
|---|
BIG_BUTTON
simple big button
|
CHECKBOX
checkbox
|
COMBOBOX
combobox
|
SMALL_BUTTON
simple small button
|
SMALL_EMPTY_SPACE
small empty space
|
| Modifier and Type | Method and Description |
|---|---|
static RibbonActionItem.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RibbonActionItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RibbonActionItem.Type BIG_BUTTON
public static final RibbonActionItem.Type CHECKBOX
public static final RibbonActionItem.Type COMBOBOX
public static final RibbonActionItem.Type SMALL_BUTTON
public static final RibbonActionItem.Type SMALL_EMPTY_SPACE
public static RibbonActionItem.Type 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 static RibbonActionItem.Type[] values()
for (RibbonActionItem.Type c : RibbonActionItem.Type.values()) System.out.println(c);
Copyright © 2010-2025 Qcadoo Limited