Uses of Class
eTextReader.ScrollingContentPane

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

Uses of ScrollingContentPane in eTextReader
 

Fields in eTextReader declared as ScrollingContentPane
private  ScrollingContentPane TabbedContentPane.contentScroll
           
private  ScrollingContentPane BookmarkBox.contentScroll
           
(package private)  ScrollingContentPane TabbedContentPane.pageChangeListener.scp
           
protected  ScrollingContentPane PopupWindowNotationHandler.scrollingContentPane
           
private  ScrollingContentPane DiscussionWindow.scrollingEditor
           
(package private)  ScrollingContentPane DocEvent.source
           
 

Methods in eTextReader that return ScrollingContentPane
 ScrollingContentPane TabbedContentPane.getScrollingContent()
           
 ScrollingContentPane DocEvent.getSource()
           
 

Methods in eTextReader with parameters of type ScrollingContentPane
protected  java.awt.Point QuickNoteWindow.computeLocationOnScreen(javax.swing.text.Element linkElement, ScrollingContentPane scrollingContentPane)
          This method computes where this quick note should be shown in relation to the element whose activation caused it to be displayed.
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 ScrollingContentPane
BookmarkBox(javax.swing.JFrame parent, java.lang.String title, boolean isModal, ScrollingContentPane contentScroll, java.lang.String userName, java.util.Set instructors)
           
DiscussionWindow.DiscussionNotationEventHandler(javax.swing.JFrame frame, ScrollingContentPane scrollingContentPane)
           
DocEvent(java.lang.String direction, ScrollingContentPane source)
           
OpenExternalPopupWindowHandler(javax.swing.JFrame frame, ScrollingContentPane scrollingContentPane)
          Constructs an ExternalPopupWindowHandler associated with the given frame and scrolling content pane
PopupWindowNotationHandler(javax.swing.JFrame frame, ScrollingContentPane scrollingContentPane)
          Constructs a PopupWindowNotationHandler associated with the given frame and ScrollingContentPane.
TabbedContentPane.pageChangeListener(ScrollingContentPane scp)
           
 

Uses of ScrollingContentPane in eTextReader.AnnotationListing
 

Fields in eTextReader.AnnotationListing declared as ScrollingContentPane
private  ScrollingContentPane NotationListing.scrollNotationPane