Uses of Class
eTextReader.ViewingPrefs

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

Uses of ViewingPrefs in eTextReader
 

Fields in eTextReader declared as ViewingPrefs
private  ViewingPrefs ViewPrefBox.viewCategories
           
private  ViewingPrefs User.viewPreferences
          The set of viewing preferences for the user
 

Methods in eTextReader that return ViewingPrefs
 ViewingPrefs User.getViewPreferences()
           
private  ViewingPrefs DiscussionWindow.getViewPrefs()
          Refactored method that eliminates a local ViewingPreferences reference and retrieves it from the user class
 

Methods in eTextReader with parameters of type ViewingPrefs
 void ContentPane.loadNotationList(java.util.Vector list, ViewingPrefs viewCategories)
          Takes a Vector of Notations and displays the appropriate content in the pane.
 

Constructors in eTextReader with parameters of type ViewingPrefs
ViewPrefBox(javax.swing.JFrame parent, java.lang.String title, boolean modal, DBClient client, java.lang.String userName, javax.swing.JCheckBoxMenuItem enableNotations, ViewingPrefs viewCategories, java.util.ArrayList viewPrefChecks, java.lang.String course)
           
 

Uses of ViewingPrefs in eTextReader.AnnotationListing
 

Fields in eTextReader.AnnotationListing declared as ViewingPrefs
private  ViewingPrefs NotationListing.columnPrefs
           
private  ViewingPrefs NotationListing.viewPrefs