public static enum JFIBEditor.LayoutColumns extends Enum<JFIBEditor.LayoutColumns>
Modifier and Type | Method and Description |
---|---|
static JFIBEditor.LayoutColumns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JFIBEditor.LayoutColumns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JFIBEditor.LayoutColumns LEFT
public static final JFIBEditor.LayoutColumns CENTER
public static final JFIBEditor.LayoutColumns RIGHT
public static JFIBEditor.LayoutColumns[] values()
for (JFIBEditor.LayoutColumns c : JFIBEditor.LayoutColumns.values()) System.out.println(c);
public static JFIBEditor.LayoutColumns 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 © 2022 Openflexo. All rights reserved.