Serializable
, Comparable<TypeEditor>
public enum TypeEditor extends Enum<TypeEditor>
Enum Constant | Description |
---|---|
ComboStringEditor |
|
FileEditor |
|
PasswordEditor |
|
TableEditor |
|
TextAreaEditor |
Modifier and Type | Method | Description |
---|---|---|
static TypeEditor |
valueOf(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(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 © 1998-2018 Apache Software Foundation. All Rights Reserved.