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

N

name - Variable in class eTextReader.Bookmark
 
name - Variable in class eTextReader.Browser.LocationChangeListener
 
name - Variable in class eTextReader.clientInterface.DBClient
 
name - Variable in class eTextReader.OEB.OEBContributor
The name of the contributor
NAME_FIND_BUTTON - Static variable in class eTextReader.LinkBar
 
nameField - Variable in class eTextReader.BookmarkBox
 
nameField - Variable in class eTextReader.GroupsGUI
 
names - Static variable in enum eTextReader.clientInterface.Notation.AnnotationType
 
names - Static variable in enum eTextReader.clientInterface.Notation.ViewMode
 
navBar - Variable in class eTextReader.Browser.AlertsThread
 
navBar - Variable in class eTextReader.Browser
 
navigation - Variable in class eTextReader.ContentPane
 
NavigationBar - Class in eTextReader
 
NavigationBar(Browser) - Constructor for class eTextReader.NavigationBar
 
navlistener - Variable in class eTextReader.Browser
 
nc - Variable in class eTextReader.AnnotationListing.NotationListing
 
ndBox - Variable in class eTextReader.Browser
 
newAlerts - Variable in class eTextReader.Browser
 
newAlertsField - Variable in class eTextReader.NavigationBar
 
newannbox - Variable in class eTextReader.Browser
 
NewAnnotationBox - Class in eTextReader
 
NewAnnotationBox() - Constructor for class eTextReader.NewAnnotationBox
 
newColor - Variable in class eTextReader.HighlighterUpdateInfo
 
newInkAnnotations - Static variable in class eTextReader.tabletpc.InkAnnotationWindow
Keeps a count of the number of new ink annotation windows; used to generate a unique name for the threads
newList - Variable in class eTextReader.GroupsGUI
 
newName - Variable in class eTextReader.HighlighterUpdateInfo
 
newPage - Variable in class eTextReader.NotationEvent
 
newPassword - Variable in class eTextReader.PasswordBox
 
NewTabAction - Class in eTextReader.actions
 
NewTabAction(ContentContainer) - Constructor for class eTextReader.actions.NewTabAction
 
NewTabAction(ContentContainer, String) - Constructor for class eTextReader.actions.NewTabAction
 
newText - Variable in class eTextReader.Browser.TextUpdateThread
 
next - Variable in class eTextReader.search.ResultsPanel
 
NEXT_CHAPTER - Static variable in class eTextReader.actions.NextPageAction
 
nextBtn - Variable in class eTextReader.DiscussionWindow
 
nextButton - Variable in class eTextReader.AnnotationShareBox
 
nextCon - Variable in class eTextReader.clientInterface.DBClient
 
nextItem - Variable in class eTextReader.Browser
the item after the current item, or NULL if one does not exist
NextPageAction - Class in eTextReader.actions
Causes the browser to navigate to the next page in the current textbook, or the next page in the web browsing history, depending on the current mode of the book
NextPageAction(ContentContainer, String) - Constructor for class eTextReader.actions.NextPageAction
Constructs a NextPageAction instance associated with the given container and having the given icon
NextPageAction(ContentContainer) - Constructor for class eTextReader.actions.NextPageAction
Constructs a NextPageAction instance associated with the given container with no icon
nextResult() - Method in class eTextReader.search.ResultsPanel
 
nid - Variable in class eTextReader.Diagram
 
NO_HIGHLIGHT_ICON - Static variable in class eTextReader.ContentPane
 
NORMAL - Static variable in class eTextReader.Diagram
 
normalizeWhitespace(StringBuffer, boolean, boolean) - Static method in class eTextReader.OEB.OEBPackageFileImpl
removes leading and consecutive whitespace from a string
notation - Variable in class eTextReader.AnnotationBox
 
Notation - Class in eTextReader.clientInterface
A class to hold a notation for a document.
Notation() - Constructor for class eTextReader.clientInterface.Notation
Create a new, empty notation.
notation - Variable in class eTextReader.NotationDetailBox
 
notation - Variable in class eTextReader.NotationEvent
 
notation - Variable in class eTextReader.tabletpc.InkAnnotationWindow
Holds information about the Notation object this window is editing
notation - Variable in class eTextReader.ViewPanel
 
Notation.AnnotationType - Enum in eTextReader.clientInterface
An enum outlining all the possible types of annotations, and allowing access to several properties based on this type.
Notation.AnnotationType() - Constructor for enum eTextReader.clientInterface.Notation.AnnotationType
 
Notation.ICON_LOCATION - Enum in eTextReader.clientInterface
An enum that is used by the AnnotationType enum to indicate where the icon for an annotation should be placed
Notation.ICON_LOCATION() - Constructor for enum eTextReader.clientInterface.Notation.ICON_LOCATION
 
Notation.ViewMode - Enum in eTextReader.clientInterface
 
Notation.ViewMode() - Constructor for enum eTextReader.clientInterface.Notation.ViewMode
 
NOTATION_DELETED - Static variable in class eTextReader.NotationEvent
Indicates that the given annotation has been deleted from the content pane
notationBody - Variable in class eTextReader.NotationEvent
 
NotationClient - Interface in eTextReader.clientInterface
An Interface between our browser and our notation server.
notationData - Variable in class eTextReader.NotationInfo
 
NotationDateSelect - Class in eTextReader
 
NotationDateSelect(JFrame, String) - Constructor for class eTextReader.NotationDateSelect
 
NotationDateSelect.WindowClosedAdapter - Class in eTextReader
 
NotationDateSelect.WindowClosedAdapter() - Constructor for class eTextReader.NotationDateSelect.WindowClosedAdapter
 
NotationDetailBox - Class in eTextReader
 
NotationDetailBox(JFrame, String, boolean, Notation, DBClient, JTextField, JTextField, JCheckBox, JList, JList) - Constructor for class eTextReader.NotationDetailBox
 
notationdiagram - Variable in class eTextReader.Diagram
 
notationEntered(NotationEvent) - Method in class eTextReader.actions.CurrentAnnotationAction
Called when a notation is entered.
notationEntered(NotationEvent) - Method in class eTextReader.actions.CurrentAuthorListingAction
 
notationEntered(NotationEvent) - Method in class eTextReader.actions.CurrentHighlightAnnotationAction
 
notationEntered(NotationEvent) - Method in class eTextReader.actions.CurrentTypeListingAction
 
notationEntered(NotationEvent) - Method in class eTextReader.actions.DeleteAnnotationAction
Enables or disables this action based on whether the notation entered is deleteable by the currently logged in user
NotationEvent - Class in eTextReader
A class to hold a notation for a document.
NotationEvent(Object) - Constructor for class eTextReader.NotationEvent
 
NotationEvent(Object, Element, int, Notation, String, String, int) - Constructor for class eTextReader.NotationEvent
Constructs a new NotationEvent object.
NotationEvent(Object, int, String, String, int, Exception) - Constructor for class eTextReader.NotationEvent
 
NotationEvent(Object, int, String, String, int) - Constructor for class eTextReader.NotationEvent
 
NotationEvent(Object, Element, int, Notation, String, String, Object, int, Exception) - Constructor for class eTextReader.NotationEvent
Constructs a new NotationEvent object.
NotationEventAdapter - Class in eTextReader
This class is a simple adapter class that provides empty implementations of all the methods in the NotationEventListener interface, in order to simply implementation of classes that wish to implement that interface
NotationEventAdapter() - Constructor for class eTextReader.NotationEventAdapter
 
NotationEventListener - Interface in eTextReader
An interface that classes wishing to track events that occur in ContentPane objects should implement.
notationEventOccurred(NotationEvent) - Method in class eTextReader.actions.CurrentAnnotationAction.NotationHandler
 
notationEventOccurred(NotationEvent) - Method in class eTextReader.Browser.LocationChangeListener
 
notationEventOccurred(NotationEvent) - Method in class eTextReader.Browser.LogListener
 
notationEventOccurred(NotationEvent) - Method in class eTextReader.Browser.NotationEventHandler
 
notationEventOccurred(NotationEvent) - Method in class eTextReader.NotationEventAdapter
 
notationEventOccurred(NotationEvent) - Method in interface eTextReader.NotationEventListener
Process a Notation event.
notationEventOccurred(NotationEvent) - Method in class eTextReader.PopupWindowNotationHandler
Handles notifications from the ContentPane when an annotation has been entered/exited/selected.
notationExited(NotationEvent) - Method in class eTextReader.actions.CurrentAnnotationAction
Called when a notation is exited.
NotationFilter - Interface in eTextReader.AnnotationListing
NotationFilter provides an interface that the NotationListing class uses to determine which annotations should be included in an annotation listing.
notationFilter - Variable in class eTextReader.AnnotationListing.NotationListing
 
notationHandler - Variable in class eTextReader.actions.CurrentAnnotationAction
 
notationHandler - Variable in class eTextReader.Browser
The object that handles notation events from the Content Pane
notationID - Variable in class eTextReader.Browser
 
NotationInfo - Class in eTextReader
A class to maintain information for each notation available for display in the NotationListing class.
NotationInfo(String, Integer, String, String, String, String, String, String, String, String, Integer, String) - Constructor for class eTextReader.NotationInfo
 
notationLister - Variable in class eTextReader.Browser
 
NotationListing - Class in eTextReader.AnnotationListing
A class to display annotations in a tabular form with the added abilities to sort and filter by various criteria.
NotationListing(ContentContainer, NotationProvider, NotationFilter, Browser.LogListener) - Constructor for class eTextReader.AnnotationListing.NotationListing
 
NotationListing(Browser, String, String, Browser.LogListener) - Constructor for class eTextReader.AnnotationListing.NotationListing
Constructs a NotationListing object from the given parameters
NotationListing(ContentContainer, NotationProvider, NotationFilter, Browser.LogListener, boolean) - Constructor for class eTextReader.AnnotationListing.NotationListing
 
NotationListing.Arrow - Class in eTextReader.AnnotationListing
Creates small arrow-shaped icons to indicate sorting status in the column headers
NotationListing.Arrow(boolean, int, int) - Constructor for class eTextReader.AnnotationListing.NotationListing.Arrow
 
NotationListing.MouseHandler - Class in eTextReader.AnnotationListing
A custom MouseAdapter (MouseListener) class providing the capability to resort the table simply by left or right clicking on column headers.
NotationListing.MouseHandler() - Constructor for class eTextReader.AnnotationListing.NotationListing.MouseHandler
 
NotationListing.NotationCellEditor - Class in eTextReader.AnnotationListing
This class is used in place of the CellEditor typically used by JTable
NotationListing.NotationCellEditor() - Constructor for class eTextReader.AnnotationListing.NotationListing.NotationCellEditor
 
NotationListing.NotationCellRenderer - Class in eTextReader.AnnotationListing
This class is used in place of the TableCellRenderer typically used by JTable facilitating the display of different notation types within the table.
NotationListing.NotationCellRenderer() - Constructor for class eTextReader.AnnotationListing.NotationListing.NotationCellRenderer
 
NotationListing.NotationComparator - Class in eTextReader.AnnotationListing
A custom comparator class that facilitates sorting based on primary and secondary sorting criteria.
NotationListing.NotationComparator(String, String, boolean, boolean) - Constructor for class eTextReader.AnnotationListing.NotationListing.NotationComparator
 
NotationListing.notationLoadingThread - Class in eTextReader.AnnotationListing
This class exists so that the process of loading notations can take place in a separate thread, allowing the event dispatch thread to continue to update the screen GUI
NotationListing.notationLoadingThread() - Constructor for class eTextReader.AnnotationListing.NotationListing.notationLoadingThread
 
NotationListing.SortableHeaderRenderer - Class in eTextReader.AnnotationListing
This class is used in place of the TableCellRenderer typically used by JTable facilitating the display of arrows in the column header to indicate sorting order(s).
NotationListing.SortableHeaderRenderer(TableCellRenderer) - Constructor for class eTextReader.AnnotationListing.NotationListing.SortableHeaderRenderer
 
NotationListingAction - Class in eTextReader.actions
Provides the functionality allowing us to display an AnnotationListing.
NotationListingAction(ContentContainer) - Constructor for class eTextReader.actions.NotationListingAction
Constructs a NotationListingAction without an icon representation
NotationListingAction(ContentContainer, String) - Constructor for class eTextReader.actions.NotationListingAction
 
notationListingMenu - Variable in class eTextReader.ContentPane.PopupMouseHandler
 
notationProvider - Variable in class eTextReader.AnnotationListing.NotationListing
 
NotationProvider - Interface in eTextReader.AnnotationListing
A NotationProvider provides a set of pages that contain the notations to be displayed by a NotationListing window.
NOTATIONS_LOADED_PROPERTY - Static variable in class eTextReader.Browser
 
notationSelected(NotationEvent) - Method in class eTextReader.actions.CurrentAnnotationAction
Called when a notation is selected.
notationSelected(NotationEvent) - Method in class eTextReader.actions.DeleteAnnotationAction
Enables or disables this action based on whether the notation entered is deleteable by the currently logged in user
notationsEnabled - Variable in class eTextReader.User
Are notations currently enabled for this user?
notationState - Variable in class eTextReader.Browser
Maintains current Notation state
notationType - Variable in class eTextReader.Browser
 
notationType - Variable in class eTextReader.NotationEvent
 
notationTypes - Variable in class eTextReader.actions.QuickLaunchPrefsDialog
 
notationTypes - Static variable in class eTextReader.AnnotationBox
 
notationTypes - Static variable in class eTextReader.NewAnnotationBox
 
notationViewMode - Variable in class eTextReader.Browser
 
notationViewMode - Variable in class eTextReader.NotationEvent
 
numTypes - Variable in class eTextReader.actions.QuickLaunchPrefsDialog
 

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