Uses of Class
eTextReader.NotationEvent

Packages that use NotationEvent
eTextReader   
eTextReader.actions   
eTextReader.search   
 

Uses of NotationEvent in eTextReader
 

Fields in eTextReader declared as NotationEvent
private  NotationEvent DiscussionWindow.discussionStart
           
 

Methods in eTextReader with parameters of type NotationEvent
 void NotationEventListener.errorOccurred(NotationEvent ne)
          Process an error that occured in the pane.
 void NotationEventAdapter.errorOccurred(NotationEvent ne)
           
 void Browser.NotationEventHandler.errorOccurred(NotationEvent ne)
           
 void Browser.LocationChangeListener.errorOccurred(NotationEvent errorEvent)
           
 void ContentPane.fireErrorEvent(NotationEvent ne)
          Send a NotationEvent to all registered listeners.
 void ContentPane.fireNotationEvent(NotationEvent ne)
          Send a NotationEvent to all registered listeners.
 void ContentPane.firePageChangeEvent(NotationEvent ne)
          Send a NotationEvent to all registered listeners.
protected  void PopupWindowNotationHandler.handleNotationEntered(NotationEvent ne)
          Called when a notation is entered.
protected  void PopupWindowNotationHandler.handleNotationExited(NotationEvent ne)
          Hides the popup window
protected  void PopupWindowNotationHandler.handleNotationSelected(NotationEvent ne)
          Performs the same action is exiting the notation by calling PopupWindowNotationHandler.handleNotationExited(NotationEvent)
protected  void OpenExternalPopupWindowHandler.handleNotationSelected(NotationEvent ne)
           
protected  void DiscussionWindow.DiscussionNotationEventHandler.handleNotationSelected(NotationEvent ne)
           
private  void Browser.NotationEventHandler.handleNotationSelected(NotationEvent ne)
           
private  void DiscussionWindow.loadDiscussionMessages(NotationEvent start, Criteria select)
          Gets all messages in current discussion from the database and stores them in a Vector.
protected  Notation QuickNoteWindow.loadNotation(NotationEvent ne, DBClient client)
           
 void PopupWindowNotationHandler.notationEventOccurred(NotationEvent ne)
           Handles notifications from the ContentPane when an annotation has been entered/exited/selected.
 void NotationEventListener.notationEventOccurred(NotationEvent ne)
          Process a Notation event.
 void NotationEventAdapter.notationEventOccurred(NotationEvent ne)
           
 void Browser.NotationEventHandler.notationEventOccurred(NotationEvent ne)
           
 void Browser.LogListener.notationEventOccurred(NotationEvent ne)
           
 void Browser.LocationChangeListener.notationEventOccurred(NotationEvent noteEvent)
           
 void DiscussionWindow.openDiscussion(NotationEvent ne)
           
 void TabbedContentPane.pageChangeListener.pageChanged(NotationEvent event)
           
 void PopupWindowNotationHandler.pageChanged(NotationEvent ne)
           
 void NotationEventListener.pageChanged(NotationEvent ne)
          Process a page change event.
 void NotationEventAdapter.pageChanged(NotationEvent ne)
           
 void Browser.NotationEventHandler.pageChanged(NotationEvent ne)
           
 void Browser.LocationChangeListener.pageChanged(NotationEvent pageEvent)
          handle the callback when the page is changed by scrolling to the requested location in the document
protected  java.awt.Dimension QuickNoteWindow.setPopupText(NotationEvent ne, ScrollingContentPane scrollingContentPane, Notation notation)
           
 void QuickNoteWindow.showAnnotation(NotationEvent ne, ScrollingContentPane scrollingContentPane)
          This method shows the annotation indicated by the given notation event in the scrolling content pane, utilizing the database client to retrieve information about the annotation.
 

Constructors in eTextReader with parameters of type NotationEvent
DiscussionWindow(NotationEvent ne, Browser.LogListener loglistener, java.lang.String course)
          Constructor for DiscussionWindow class
 

Uses of NotationEvent in eTextReader.actions
 

Methods in eTextReader.actions with parameters of type NotationEvent
protected  void DeleteAnnotationAction.notationEntered(NotationEvent ne)
          Enables or disables this action based on whether the notation entered is deleteable by the currently logged in user
protected  void CurrentTypeListingAction.notationEntered(NotationEvent ne)
           
protected  void CurrentHighlightAnnotationAction.notationEntered(NotationEvent ne)
           
protected  void CurrentAuthorListingAction.notationEntered(NotationEvent ne)
           
protected  void CurrentAnnotationAction.notationEntered(NotationEvent ne)
          Called when a notation is entered.
 void CurrentAnnotationAction.NotationHandler.notationEventOccurred(NotationEvent ne)
           
protected  void CurrentAnnotationAction.notationExited(NotationEvent ne)
          Called when a notation is exited.
protected  void DeleteAnnotationAction.notationSelected(NotationEvent ne)
          Enables or disables this action based on whether the notation entered is deleteable by the currently logged in user
protected  void CurrentAnnotationAction.notationSelected(NotationEvent ne)
          Called when a notation is selected.
 

Uses of NotationEvent in eTextReader.search
 

Methods in eTextReader.search with parameters of type NotationEvent
 void TextParser.pageChanged(NotationEvent ne)