Uses of Interface
eTextReader.NotationEventListener

Packages that use NotationEventListener
eTextReader   
eTextReader.actions   
eTextReader.search   
 

Uses of NotationEventListener in eTextReader
 

Classes in eTextReader that implement NotationEventListener
(package private)  class Browser.LocationChangeListener
           
 class Browser.LogListener
          Class to handle action, hyperlink, and window events involving the logging of user activities Author: Josh Morse
 class Browser.NotationEventHandler
          This class handles the tasks that are specific to the browser only in regard to handling notation events.
(package private)  class DiscussionWindow.DiscussionNotationEventHandler
          This class extends OpenExternalPopupWindowHandler to ensure that the same discussion isn't opened more than once
 class NotationEventAdapter
          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
 class OpenExternalPopupWindowHandler
          This class extends the PopupWindowHandler to handle notation selected events.
 class PopupWindowNotationHandler
           Provides a simple NotationEvent listener that pops up a summary window whenever an annotation is moused over.
(package private)  class TabbedContentPane.pageChangeListener
           
 

Fields in eTextReader with type parameters of type NotationEventListener
private  java.util.Vector<NotationEventListener> ContentPane.listeners
           
 

Methods in eTextReader with parameters of type NotationEventListener
 void TabbedContentPane.addNotationEventListener(NotationEventListener listener)
           
 void ContentPane.addNotationEventListener(NotationEventListener listener)
          Register an object as a NotationEventListener of this pane.
 void ContentPane.removeNotationEventListener(NotationEventListener listener)
          Remove an object as a NotationEventListener of this pane.
 

Uses of NotationEventListener in eTextReader.actions
 

Classes in eTextReader.actions that implement NotationEventListener
(package private)  class CurrentAnnotationAction.NotationHandler
          Listens for NotationEvents to be generated by the content pane associated with this CurrentAnnotationAction
 

Uses of NotationEventListener in eTextReader.search
 

Classes in eTextReader.search that implement NotationEventListener
 class TextParser