Uses of Interface
eTextReader.ContentContainer

Packages that use ContentContainer
eTextReader   
eTextReader.actions   
eTextReader.AnnotationListing Provides a set of classes that are used to display a list of annotations. 
 

Uses of ContentContainer in eTextReader
 

Classes in eTextReader that implement ContentContainer
 class Browser
           An application to implement the browsing capability of an electronic textbook reader.
 class ContentPane
           An extension of JScrollPane which displays text, and can display annotations.
 class TabbedContentPane
           
 

Uses of ContentContainer in eTextReader.actions
 

Fields in eTextReader.actions declared as ContentContainer
protected  ContentContainer NotationListingAction.container
           
private  ContentContainer DeleteHighlightAction.contentPane
           
protected  ContentContainer DeleteAnnotationAction.contentPane
           
 

Constructors in eTextReader.actions with parameters of type ContentContainer
AnnotationTypeAction(ContentContainer container)
           
AnnotationTypeAction(ContentContainer container, java.lang.String fileName)
           
AuthorListingAction(ContentContainer container)
           
AuthorListingAction(ContentContainer container, java.lang.String fileName)
          Constructs an AuthorListingAction associated with the specified container and with the given icon.
BrowserAction(ContentContainer container, java.lang.String fileName)
          Constructs a BrowserAction contained by container and having the icon fileName
CurrentAnnotationAction(ContentContainer contentPane)
          Constructs a new CurrentAnnotationAction associated with the specified content pane.
CurrentAnnotationAction(ContentContainer contentPane, java.lang.String filename)
          Constructs a new CurrentAnnotationAction associated with the specified content pane and using the specified icon
CurrentAnnotationListingAction(ContentContainer contentPane)
           
CurrentAnnotationListingAction(ContentContainer contentPane, java.lang.String filename)
           
CurrentAuthorListingAction(ContentContainer contentPane)
           
CurrentAuthorListingAction(ContentContainer contentPane, java.lang.String filename)
           
CurrentHighlightAnnotationAction(ContentContainer contentPane)
           
CurrentHighlightAnnotationAction(ContentContainer contentPane, java.lang.String filename)
           
CurrentPageNotationAction(ContentContainer container)
           
CurrentPageNotationAction(ContentContainer container, java.lang.String fileName)
           
CurrentTypeListingAction(ContentContainer contentPane)
           
CurrentTypeListingAction(ContentContainer contentPane, java.lang.String filename)
           
CurrentUserAnnotationAction(ContentContainer browser)
           
CurrentUserAnnotationAction(ContentContainer browser, java.lang.String fileName)
          Constructs a CurrentUserAnnotationAction, setting the user to the currently logged in user, and adding a property change listener to the USER property so that it is always kep up to date
CurrentUserPageAction(ContentContainer contentContainer)
           
CurrentUserPageAction(ContentContainer contentContainer, java.lang.String fileName)
          Constructs a CurrentUserPageAction object associated with the specified container and with the given icon.
DeleteAnnotationAction(ContentContainer pane)
           
DeleteHighlightAction(ContentContainer contentPane)
           
FindAction(ContentContainer browser)
           
HighlightTypeNotationAction(ContentContainer container)
           
HighlightTypeNotationAction(ContentContainer container, java.lang.String fileName)
           
NewTabAction(ContentContainer container)
           
NewTabAction(ContentContainer container, java.lang.String fileName)
           
NextPageAction(ContentContainer container)
          Constructs a NextPageAction instance associated with the given container with no icon
NextPageAction(ContentContainer container, java.lang.String fileName)
          Constructs a NextPageAction instance associated with the given container and having the given icon
NotationListingAction(ContentContainer container)
          Constructs a NotationListingAction without an icon representation
NotationListingAction(ContentContainer container, java.lang.String fileName)
           
PreviousPageAction(ContentContainer container)
          Constructs a PreviousPageAction instance associated with the given container with no icon
PreviousPageAction(ContentContainer container, java.lang.String fileName)
          Constructs a PreviousPageAction instance associated with the given container and having the given icon
QuickAction(ContentContainer browser, java.lang.String filename, Notation.AnnotationType annotationType)
           
QuickDiagramAction(ContentContainer browser)
           
QuickDiscussionAction(ContentContainer browser)
           
QuickLinkAction(ContentContainer browser)
           
QuickNoteAction(ContentContainer browser)
           
QuickTextAction(ContentContainer browser)
           
TextbookAction(ContentContainer container)
           
TextbookAction(ContentContainer container, java.lang.String fileName)
           
 

Uses of ContentContainer in eTextReader.AnnotationListing
 

Fields in eTextReader.AnnotationListing declared as ContentContainer
private  ContentContainer NotationListing.container
           
 

Constructors in eTextReader.AnnotationListing with parameters of type ContentContainer
NotationListing(ContentContainer _container, NotationProvider provider, NotationFilter filter, Browser.LogListener logListener)
           
NotationListing(ContentContainer _container, NotationProvider provider, NotationFilter filter, Browser.LogListener logListener, boolean showFilterOptionsInitially)