eTextReader
Enum ApplicationPreferences
java.lang.Object
java.lang.Enum<ApplicationPreferences>
eTextReader.ApplicationPreferences
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ApplicationPreferences>
public enum ApplicationPreferences
- extends java.lang.Enum<ApplicationPreferences>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
HIGHLIGHTER_MODE
public static final ApplicationPreferences HIGHLIGHTER_MODE
POPUP_WINDOW_MODE
public static final ApplicationPreferences POPUP_WINDOW_MODE
CHECK_ALERTS_ON_PAGE_CHANGE
public static final ApplicationPreferences CHECK_ALERTS_ON_PAGE_CHANGE
NEW_LINK_COLOR
public static final ApplicationPreferences NEW_LINK_COLOR
VISITED_LINK_COLOR
public static final ApplicationPreferences VISITED_LINK_COLOR
INLINE_ANNOTATION_COLOR
public static final ApplicationPreferences INLINE_ANNOTATION_COLOR
FORWARD_ACCELERATOR
public static final ApplicationPreferences FORWARD_ACCELERATOR
BACKWARD_ACCELERATOR
public static final ApplicationPreferences BACKWARD_ACCELERATOR
CREATE_TAB_ACCELERATOR
public static final ApplicationPreferences CREATE_TAB_ACCELERATOR
values
public static final ApplicationPreferences[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(ApplicationPreferences c : ApplicationPreferences.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static ApplicationPreferences valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
getDefaultValue
public java.lang.Object getDefaultValue()