eTextReader
Enum ComponentNames

java.lang.Object
  extended by java.lang.Enum<ComponentNames>
      extended by eTextReader.ComponentNames
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ComponentNames>

public enum ComponentNames
extends java.lang.Enum<ComponentNames>

Author:
mcfall

Enum Constant Summary
BROWSER_MENU_ABOUT_BOOK
           
BROWSER_MENU_ALERTS
           
BROWSER_MENU_ALERTS_CLEAR_ALL
           
BROWSER_MENU_ALERTS_DISPLAY_ALL
           
BROWSER_MENU_ALERTS_DISPLAY_UNREAD
          Alerts menu items
BROWSER_MENU_ANNOTATION_BOOKMARKS
           
BROWSER_MENU_ANNOTATION_LISTING
           
BROWSER_MENU_ANNOTATIONS
           
BROWSER_MENU_BOOK
          Menus in the Browser
BROWSER_MENU_BOOKMARKS
           
BROWSER_MENU_CHANGE_FONT_SIZE
           
BROWSER_MENU_CHANGE_PASSWORD
           
BROWSER_MENU_CURRENT_PAGE_ANNOTATION_LISTING
           
BROWSER_MENU_CURRENT_USER_ANNOTATION_LISTING
           
BROWSER_MENU_CUSTOM_FONT_SIZE
           
BROWSER_MENU_DECREASE_FONT_SIZE
           
BROWSER_MENU_EDIT
           
BROWSER_MENU_EDIT_BOOKMARK
           
BROWSER_MENU_EXIT
           
BROWSER_MENU_GLOBAL_BOOKMARKS
           
BROWSER_MENU_HELP
           
BROWSER_MENU_HELP_BUG_REPORT
           
BROWSER_MENU_HELP_FEATURE_REQUEST
           
BROWSER_MENU_HELP_FEATURES
          Help menu items
BROWSER_MENU_INCREASE_FONT_SIZE
          Preferences menu items
BROWSER_MENU_NEW_BOOKMARK
          Bookmark menu items
BROWSER_MENU_OPEN_FILE
           
BROWSER_MENU_OPEN_WEB_PAGE
           
BROWSER_MENU_PASTE
           
BROWSER_MENU_PREFERENCES
           
BROWSER_MENU_READING_ASSIGNMENTS
           
BROWSER_MENU_START_SELECTION
           
BROWSER_MENU_SWITCH_USERS_MENU
           
BROWSER_MENU_TEXTBOOK_ANNOTATION_LISTING
           
BROWSER_MENU_TOC
          MenuItems in the Browser
FONTSIZEBOX_BUTTON_CANCEL
           
FONTSIZEBOX_BUTTON_OK
          Components in the FontSizeBox dialog box
FONTSIZEBOX_COMBOBOX_SIZE
           
NAVBAR_BUTTON_BACKWARD
           
NAVBAR_BUTTON_CLOSE_TAB
           
NAVBAR_BUTTON_CREATE_TAB
           
NAVBAR_BUTTON_FORWARD
          Components in the Navigation Bar
NAVBAR_BUTTON_RELOAD
           
NAVBAR_BUTTON_TOC
           
NAVBAR_BUTTON_VIEW
           
 
Method Summary
static ComponentNames valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ComponentNames[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
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
 

Enum Constant Detail

NAVBAR_BUTTON_FORWARD

public static final ComponentNames NAVBAR_BUTTON_FORWARD
Components in the Navigation Bar


NAVBAR_BUTTON_BACKWARD

public static final ComponentNames NAVBAR_BUTTON_BACKWARD

NAVBAR_BUTTON_VIEW

public static final ComponentNames NAVBAR_BUTTON_VIEW

NAVBAR_BUTTON_TOC

public static final ComponentNames NAVBAR_BUTTON_TOC

NAVBAR_BUTTON_CREATE_TAB

public static final ComponentNames NAVBAR_BUTTON_CREATE_TAB

NAVBAR_BUTTON_CLOSE_TAB

public static final ComponentNames NAVBAR_BUTTON_CLOSE_TAB

NAVBAR_BUTTON_RELOAD

public static final ComponentNames NAVBAR_BUTTON_RELOAD

BROWSER_MENU_BOOK

public static final ComponentNames BROWSER_MENU_BOOK
Menus in the Browser


BROWSER_MENU_EDIT

public static final ComponentNames BROWSER_MENU_EDIT

BROWSER_MENU_BOOKMARKS

public static final ComponentNames BROWSER_MENU_BOOKMARKS

BROWSER_MENU_ANNOTATIONS

public static final ComponentNames BROWSER_MENU_ANNOTATIONS

BROWSER_MENU_PREFERENCES

public static final ComponentNames BROWSER_MENU_PREFERENCES

BROWSER_MENU_HELP

public static final ComponentNames BROWSER_MENU_HELP

BROWSER_MENU_ALERTS

public static final ComponentNames BROWSER_MENU_ALERTS

BROWSER_MENU_CHANGE_FONT_SIZE

public static final ComponentNames BROWSER_MENU_CHANGE_FONT_SIZE

BROWSER_MENU_TOC

public static final ComponentNames BROWSER_MENU_TOC
MenuItems in the Browser


BROWSER_MENU_ABOUT_BOOK

public static final ComponentNames BROWSER_MENU_ABOUT_BOOK

BROWSER_MENU_EXIT

public static final ComponentNames BROWSER_MENU_EXIT

BROWSER_MENU_OPEN_WEB_PAGE

public static final ComponentNames BROWSER_MENU_OPEN_WEB_PAGE

BROWSER_MENU_OPEN_FILE

public static final ComponentNames BROWSER_MENU_OPEN_FILE

BROWSER_MENU_SWITCH_USERS_MENU

public static final ComponentNames BROWSER_MENU_SWITCH_USERS_MENU

BROWSER_MENU_START_SELECTION

public static final ComponentNames BROWSER_MENU_START_SELECTION

BROWSER_MENU_PASTE

public static final ComponentNames BROWSER_MENU_PASTE

BROWSER_MENU_ANNOTATION_LISTING

public static final ComponentNames BROWSER_MENU_ANNOTATION_LISTING

BROWSER_MENU_CURRENT_USER_ANNOTATION_LISTING

public static final ComponentNames BROWSER_MENU_CURRENT_USER_ANNOTATION_LISTING

BROWSER_MENU_TEXTBOOK_ANNOTATION_LISTING

public static final ComponentNames BROWSER_MENU_TEXTBOOK_ANNOTATION_LISTING

BROWSER_MENU_CURRENT_PAGE_ANNOTATION_LISTING

public static final ComponentNames BROWSER_MENU_CURRENT_PAGE_ANNOTATION_LISTING

BROWSER_MENU_NEW_BOOKMARK

public static final ComponentNames BROWSER_MENU_NEW_BOOKMARK
Bookmark menu items


BROWSER_MENU_EDIT_BOOKMARK

public static final ComponentNames BROWSER_MENU_EDIT_BOOKMARK

BROWSER_MENU_READING_ASSIGNMENTS

public static final ComponentNames BROWSER_MENU_READING_ASSIGNMENTS

BROWSER_MENU_GLOBAL_BOOKMARKS

public static final ComponentNames BROWSER_MENU_GLOBAL_BOOKMARKS

BROWSER_MENU_ANNOTATION_BOOKMARKS

public static final ComponentNames BROWSER_MENU_ANNOTATION_BOOKMARKS

BROWSER_MENU_INCREASE_FONT_SIZE

public static final ComponentNames BROWSER_MENU_INCREASE_FONT_SIZE
Preferences menu items


BROWSER_MENU_DECREASE_FONT_SIZE

public static final ComponentNames BROWSER_MENU_DECREASE_FONT_SIZE

BROWSER_MENU_CUSTOM_FONT_SIZE

public static final ComponentNames BROWSER_MENU_CUSTOM_FONT_SIZE

BROWSER_MENU_CHANGE_PASSWORD

public static final ComponentNames BROWSER_MENU_CHANGE_PASSWORD

BROWSER_MENU_ALERTS_DISPLAY_UNREAD

public static final ComponentNames BROWSER_MENU_ALERTS_DISPLAY_UNREAD
Alerts menu items


BROWSER_MENU_ALERTS_DISPLAY_ALL

public static final ComponentNames BROWSER_MENU_ALERTS_DISPLAY_ALL

BROWSER_MENU_ALERTS_CLEAR_ALL

public static final ComponentNames BROWSER_MENU_ALERTS_CLEAR_ALL

BROWSER_MENU_HELP_FEATURES

public static final ComponentNames BROWSER_MENU_HELP_FEATURES
Help menu items


BROWSER_MENU_HELP_BUG_REPORT

public static final ComponentNames BROWSER_MENU_HELP_BUG_REPORT

BROWSER_MENU_HELP_FEATURE_REQUEST

public static final ComponentNames BROWSER_MENU_HELP_FEATURE_REQUEST

FONTSIZEBOX_BUTTON_OK

public static final ComponentNames FONTSIZEBOX_BUTTON_OK
Components in the FontSizeBox dialog box


FONTSIZEBOX_BUTTON_CANCEL

public static final ComponentNames FONTSIZEBOX_BUTTON_CANCEL

FONTSIZEBOX_COMBOBOX_SIZE

public static final ComponentNames FONTSIZEBOX_COMBOBOX_SIZE
Method Detail

values

public static final ComponentNames[] 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(ComponentNames c : ComponentNames.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static ComponentNames 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