public static enum PreferenceEditor.PROPERTY extends Enum<PreferenceEditor.PROPERTY>
| Enum Constant and Description |
|---|
HEADER
Show the Header title of a Preference Section.
|
HELP
Show the Help area of a Preference Section.
|
RESTORE_DEF_BTN
Show the Restore Default button.
|
SAVE_AS_DEF_BTN
Show the Save Default button.
|
| Modifier and Type | Method and Description |
|---|---|
static PreferenceEditor.PROPERTY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferenceEditor.PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferenceEditor.PROPERTY RESTORE_DEF_BTN
public static final PreferenceEditor.PROPERTY SAVE_AS_DEF_BTN
public static final PreferenceEditor.PROPERTY HEADER
public static final PreferenceEditor.PROPERTY HELP
public static PreferenceEditor.PROPERTY[] values()
for (PreferenceEditor.PROPERTY c : PreferenceEditor.PROPERTY.values()) System.out.println(c);
public static PreferenceEditor.PROPERTY 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 nullPlealog Software - 2003-2017