public enum TypeEditor extends java.lang.Enum<TypeEditor>
| Enum Constant and Description |
|---|
ComboStringEditor |
FileEditor |
PasswordEditor |
TableEditor |
TextAreaEditor |
| Modifier and Type | Method and Description |
|---|---|
static TypeEditor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeEditor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeEditor FileEditor
public static final TypeEditor PasswordEditor
public static final TypeEditor TableEditor
public static final TypeEditor TextAreaEditor
public static final TypeEditor ComboStringEditor
public static TypeEditor[] values()
for (TypeEditor c : TypeEditor.values()) System.out.println(c);
public static TypeEditor 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 © 1998-2018 Apache Software Foundation. All Rights Reserved.