public static enum PlanEditor.ToolbarLocation extends java.lang.Enum<PlanEditor.ToolbarLocation>
| Modifier and Type | Method and Description |
|---|---|
static PlanEditor.ToolbarLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanEditor.ToolbarLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanEditor.ToolbarLocation Right
public static final PlanEditor.ToolbarLocation Left
public static PlanEditor.ToolbarLocation[] values()
for (PlanEditor.ToolbarLocation c : PlanEditor.ToolbarLocation.values()) System.out.println(c);
public static PlanEditor.ToolbarLocation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2004-2018 FEUP-LSTS and Neptus developers. All Rights Reserved.