Uses of Class
eTextReader.actions.BaseAction

Packages that use BaseAction
eTextReader.actions   
 

Uses of BaseAction in eTextReader.actions
 

Subclasses of BaseAction in eTextReader.actions
 class AnnotationTypeAction
          This class displays all of the annotations of a given type.
 class AuthorListingAction
          This class provides an implementation of the NotationListingAction action that lists all annotations authored by a given user.
 class BrowserAction
          BrowserAction is a subclass of BaseAction that requires the runtime type of its parameter to be a Browser.
 class CurrentAnnotationAction
           An Action object that tracks the currently selected annotation.
 class CurrentAnnotationListingAction
           Facilitates showing a NotationListing whose contents are determined by the current annotation.
 class CurrentAuthorListingAction
          CurrentAuthorListingAction tracks the current annotation and shows a
 class CurrentHighlightAnnotationAction
          Provides an annotation listing action that will load all highlights of the same type as the current annotation
 class CurrentPageNotationAction
          A NotationListingAction to shows all annotations on the current page
 class CurrentTypeListingAction
          A NotationListingAction that shows all annotations of the same type as the currently selected annotation.
 class CurrentUserAnnotationAction
          A NotationListingAction that displays those annotations authored by the current user.
 class CurrentUserPageAction
          This class provies a NotationListingAction that shows all annotations authored by the current user for the current page only.
 class DeleteAnnotationAction
          Provides an Action implementation that will facilitate deletion of the current annotation located in the given content pane
 class DeleteHighlightAction
          The DeleteHighlightAction encapsulates the actions needed to delete a highlight from the content pane
 class FindAction
          This class encapsulates the "Find" action in the Browser.
 class HighlightTypeNotationAction
          A NotationListingAction that only shows highlights of a particular type
 class NewTabAction
           
 class NextPageAction
          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
 class NotationListingAction
           Provides the functionality allowing us to display an AnnotationListing.
 class PreviousPageAction
          Causes the browser to navigate to the previous page in the current textbook, or the previous page in the web browsing history, depending on the current mode of the book
 class QuickAction
           
 class QuickDiagramAction
          This class encapsulates the actions needed to start the process of creating a diagram
 class QuickDiscussionAction
           
 class QuickLinkAction
           
 class QuickNoteAction
           
 class QuickTextAction
          This class encapsulates the information necessary to create a text annotation
 class TextbookAction
          Provides a NotationListingAction that displays all annotations in the current textbook