A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

B

b - Variable in class eTextReader.Diagram
 
back() - Method in class eTextReader.Browser
 
backAction - Variable in class eTextReader.NavigationBar
 
backBtn - Variable in class eTextReader.DiscussionWindow
 
backButton - Variable in class eTextReader.AnnotationShareBox
 
backButton - Variable in class eTextReader.NavigationBar
 
backward - Variable in class eTextReader.LinkDestinationBox
 
BaseAction - Class in eTextReader.actions
This class serves as a base class for all the actions associated with the eTextReader.
BaseAction() - Constructor for class eTextReader.actions.BaseAction
Constructs a BaseAction instance with no icon associated with the action
BaseAction(String) - Constructor for class eTextReader.actions.BaseAction
Constructs a BaseAction instance with the specified icon
BaseAction.Key - Class in eTextReader.actions
This class is used as a key to find a specific type of action associated with a specific object
BaseAction.Key(Object, Class) - Constructor for class eTextReader.actions.BaseAction.Key
 
BaseComponentFactory - Class in eTextReader.componentFactory
This simple implementation of the ComponentFactory interface simply creates the required Swing components and returns them, without performing any sort of configuration.
BaseComponentFactory() - Constructor for class eTextReader.componentFactory.BaseComponentFactory
 
beginSearchIndex - Variable in class eTextReader.search.FindPanel
 
beginTransaction() - Method in class eTextReader.clientInterface.DBClient
Executes a begin transaction statement.
belongList - Variable in class eTextReader.GroupsGUI
 
bluefield - Variable in class eTextReader.Diagram
 
body - Variable in class eTextReader.ViewPanel
 
bodyOffset - Variable in class eTextReader.DiscussionWindow
 
bodyPane - Variable in class eTextReader.DiscussionWindow
 
bodyText - Variable in class eTextReader.Browser
 
bodyText - Variable in class eTextReader.DiscussionWindow
 
BOLD - Static variable in class eTextReader.clientInterface.Notation
Type bold - a section of BOLD text
book - Variable in class eTextReader.AnnotationListing.NotationListing
 
book - Variable in class eTextReader.AnnotationListing.TextbookProvider
 
book - Variable in class eTextReader.ContentPane
 
BOOK_LOCATION_120 - Static variable in class eTextReader.Browser
 
BOOK_MODE - Static variable in class eTextReader.clientInterface.TabInfo
 
BOOK_MODE_TEXT - Static variable in class eTextReader.NavigationBar
The text displayed by the view mode button when in book mode
BOOK_VIEW - Static variable in class eTextReader.Browser
indicates that the current page is contained in the currently loaded book
BOOK_VIEW - Static variable in class eTextReader.ContentPane
 
bookHistory - Static variable in class eTextReader.Browser
 
bookList - Variable in class eTextReader.BookSelectionBox
 
bookLocation - Variable in class eTextReader.Browser
 
Bookmark - Class in eTextReader
A class to store and recall various aspects of bookmarks
Bookmark() - Constructor for class eTextReader.Bookmark
Constructs a Bookmark with empty strings for the parameters
Bookmark(int, String, String, String, boolean) - Constructor for class eTextReader.Bookmark
Constructs a Bookmark object
BOOKMARK - Static variable in class eTextReader.clientInterface.Notation
Type bookmark - a reference to a specific point in the text
BOOKMARK_CANCEL - Static variable in class eTextReader.Browser
 
BOOKMARK_ICON - Static variable in class eTextReader.ContentPane
 
BOOKMARK_SELECTED_LOCATION - Static variable in class eTextReader.Browser
 
BOOKMARK_TOP_OF_PAGE - Static variable in class eTextReader.Browser
 
bookmarkann - Variable in class eTextReader.AnnotationBox
 
bookmarkAnnotation - Variable in class eTextReader.Browser
 
BookmarkBox - Class in eTextReader
 
BookmarkBox(JFrame, String, boolean, ScrollingContentPane, String, Set) - Constructor for class eTextReader.BookmarkBox
 
bookmarkBox - Variable in class eTextReader.BookmarkBox
 
bookmarkBox - Variable in class eTextReader.Browser
 
bookmarkClear() - Method in class eTextReader.Browser
 
BookmarkEditBox - Class in eTextReader
 
BookmarkEditBox(JFrame, String, boolean, JComboBox, Hashtable, Set, String) - Constructor for class eTextReader.BookmarkEditBox
 
bookmarkEditBox - Variable in class eTextReader.Browser
 
bookmarkExists(Notation) - Method in class eTextReader.clientInterface.DBClient
determines if an annotation bookmark exists for the annotation n
bookmarkkeys - Variable in class eTextReader.Browser
 
bookmarklistener - Variable in class eTextReader.Browser
 
bookmarkmenu - Variable in class eTextReader.Browser
 
bookmarkOK() - Method in class eTextReader.Browser
 
bookmarkpages - Variable in class eTextReader.Browser
 
bookmarkRemove(String, String) - Method in class eTextReader.Browser
 
bookmarks - Variable in class eTextReader.BookmarkEditBox
 
bookmarks - Variable in class eTextReader.Browser
 
bookmarks - Variable in class eTextReader.StatusBar
 
bookmarkselect - Variable in class eTextReader.BookmarkEditBox
 
bookmarkselect - Variable in class eTextReader.Browser
 
bookmarkSelect() - Method in class eTextReader.Browser
 
bookmarkUpdate() - Method in class eTextReader.Browser
 
BookSelectionBox - Class in eTextReader
 
BookSelectionBox(JFrame, String, DBClient) - Constructor for class eTextReader.BookSelectionBox
 
bottomBox - Variable in class eTextReader.AnnotationListing.NotationListing
 
bottomlistener - Variable in class eTextReader.Browser
 
bottomPanel - Variable in class eTextReader.GroupsGUI
 
bound - Variable in class eTextReader.AnnotationListing.GreaterThanPredicate
 
bound - Variable in class eTextReader.AnnotationListing.LessThanPredicate
 
browser - Variable in class eTextReader.actions.BrowserAction
 
Browser - Class in eTextReader
An application to implement the browsing capability of an electronic textbook reader.
Browser(String) - Constructor for class eTextReader.Browser
 
Browser(String, String) - Constructor for class eTextReader.Browser
 
Browser(String, String, String, String, boolean, boolean) - Constructor for class eTextReader.Browser
Constructs a Browser object, and attempts to log in to the database using the given user name and password
browser - Variable in class eTextReader.ContentPane.QuickActionSelectionListener
 
browser - Variable in class eTextReader.NavigationBar
 
browser - Variable in class eTextReader.StatusBar
 
browser - Variable in class eTextReader.TabbedContentPane
 
Browser.AlertsBoxListener - Class in eTextReader
Class to handle action events involving the search box
Browser.AlertsBoxListener() - Constructor for class eTextReader.Browser.AlertsBoxListener
 
Browser.AlertsThread - Class in eTextReader
 
Browser.AlertsThread(NavigationBar) - Constructor for class eTextReader.Browser.AlertsThread
 
Browser.AnnotationListener - Class in eTextReader
Class to handle action events involving Annotations Author: Liz Dahm
Browser.AnnotationListener() - Constructor for class eTextReader.Browser.AnnotationListener
 
Browser.BookmarkListener - Class in eTextReader
Class to handle action events involving bookmarks Author: Josh Morse
Browser.BookmarkListener() - Constructor for class eTextReader.Browser.BookmarkListener
 
Browser.BottomListener - Class in eTextReader
Class to handle action events involving the menu at the bottom of the screen Author: Josh Morse
Browser.BottomListener() - Constructor for class eTextReader.Browser.BottomListener
 
Browser.gotoAddressThread - Class in eTextReader
 
Browser.gotoAddressThread(String) - Constructor for class eTextReader.Browser.gotoAddressThread
 
Browser.HighlightPrefsListener - Class in eTextReader
Class to handle action events involving highlight preferences Author: Josh Morse Drastically changed when the highlighter preference material was refactored out of browser and into HighlightPrefsBox/User.
Browser.HighlightPrefsListener() - Constructor for class eTextReader.Browser.HighlightPrefsListener
 
Browser.LinkDestListener - Class in eTextReader
used to be notified when a call to setPage has completed so that a particular location within the page can be scrolled to
Browser.LinkDestListener() - Constructor for class eTextReader.Browser.LinkDestListener
 
Browser.LocationChangeListener - Class in eTextReader
 
Browser.LocationChangeListener(String, int, Object, int, String) - Constructor for class eTextReader.Browser.LocationChangeListener
constructs a new page scroll listener
Browser.LoginListener - Class in eTextReader
Class to handle action events involving logging in Author: Josh Morse
Browser.LoginListener() - Constructor for class eTextReader.Browser.LoginListener
 
Browser.LogListener - Class in eTextReader
Class to handle action, hyperlink, and window events involving the logging of user activities Author: Josh Morse
Browser.LogListener() - Constructor for class eTextReader.Browser.LogListener
 
Browser.LogListener.PageScrollListener - Class in eTextReader
Log's the use of the page scrolling buttons Author: Josh Morse
Browser.LogListener.PageScrollListener() - Constructor for class eTextReader.Browser.LogListener.PageScrollListener
 
Browser.MenuListener - Class in eTextReader
Class to handle action events involving page navigation Author: Josh Morse
Browser.MenuListener() - Constructor for class eTextReader.Browser.MenuListener
 
Browser.MouseClickListener - Class in eTextReader
Class to handle action events involving mouse clicks
Browser.MouseClickListener() - Constructor for class eTextReader.Browser.MouseClickListener
 
Browser.NavListener - Class in eTextReader
Class to handle action events involving page navigation Author: Josh Morse
Browser.NavListener() - Constructor for class eTextReader.Browser.NavListener
 
Browser.NotationEventHandler - Class in eTextReader
This class handles the tasks that are specific to the browser only in regard to handling notation events.
Browser.NotationEventHandler() - Constructor for class eTextReader.Browser.NotationEventHandler
 
Browser.NotationState - Enum in eTextReader
 
Browser.NotationState() - Constructor for enum eTextReader.Browser.NotationState
 
Browser.PasswordListener - Class in eTextReader
Class to handle action events involving changing a password
Browser.PasswordListener() - Constructor for class eTextReader.Browser.PasswordListener
 
Browser.QuickButtonListener - Class in eTextReader
 
Browser.QuickButtonListener() - Constructor for class eTextReader.Browser.QuickButtonListener
 
Browser.SelectionEvent - Class in eTextReader
 
Browser.SelectionEvent(Object) - Constructor for class eTextReader.Browser.SelectionEvent
 
Browser.SelectionListener - Class in eTextReader
Class to handle and listen for events dealing with textbook selection
Browser.SelectionListener() - Constructor for class eTextReader.Browser.SelectionListener
 
Browser.TextUpdateThread - Class in eTextReader
Utility class to allow updating text of components from outside the EventListener thread
Browser.TextUpdateThread(JTextField, String) - Constructor for class eTextReader.Browser.TextUpdateThread
 
Browser.ViewPrefsListener - Class in eTextReader
Class to handle action events involving viewing preferences Author: Josh Morse
Browser.ViewPrefsListener() - Constructor for class eTextReader.Browser.ViewPrefsListener
 
BrowserAction - Class in eTextReader.actions
BrowserAction is a subclass of BaseAction that requires the runtime type of its parameter to be a Browser.
BrowserAction(ContentContainer, String) - Constructor for class eTextReader.actions.BrowserAction
Constructs a BrowserAction contained by container and having the icon fileName
BrowserToolkit - Class in eTextReader
 
BrowserToolkit() - Constructor for class eTextReader.BrowserToolkit
 
bugReportMI - Variable in class eTextReader.Browser
 
buildCriteria(Object[]) - Static method in class eTextReader.clientInterface.DBClient
Builds a Criteria object out of an array of pairs of objects
buildNotation(Object[]) - Static method in class eTextReader.clientInterface.DBClient
Builds a Notation object out of an array of pairs of objects
buttonBox - Variable in class eTextReader.actions.QuickLaunchPrefsDialog
 
buttonBox - Variable in class eTextReader.AnnotationListing.NotationListing
 
buttonBox - Variable in class eTextReader.NotationDateSelect
 
buttonHandler - Variable in class eTextReader.HighlightPrefsBox
 
buttonPressed - Variable in class eTextReader.AnnotationBox
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z