Uses of Class
eTextReader.clientInterface.DBClient

Packages that use DBClient
eTextReader   
eTextReader.actions   
eTextReader.AnnotationListing Provides a set of classes that are used to display a list of annotations. 
eTextReader.clientInterface   
eTextReader.search   
eTextReader.tabletpc   
 

Uses of DBClient in eTextReader
 

Fields in eTextReader declared as DBClient
private  DBClient ViewPrefBox.client
           
(package private)  DBClient User.client
           
private  DBClient TabbedContentPane.client
           
private  DBClient SynchronizeBox.client
           
(package private)  DBClient NotationDetailBox.client
           
private  DBClient GroupsGUI.client
           
private  DBClient DiscussionWindow.client
           
private  DBClient Diagram.client
           
private  DBClient ContentPane.client
           
private  DBClient Browser.client
           
private  DBClient AnnotationShareBox.client
           
private  DBClient AnnotationBox.client
           
(package private)  DBClient AlertsBox.client
           
 

Methods in eTextReader with parameters of type DBClient
 boolean Browser.commonUpdateNotation(AnnotationBox annotationBox, Notation n, DBClient client, java.lang.String userName)
          This method deals with updating the appropriate properties in the notation n based on the values stored in the AnnotationBox annotationBox.
protected  Notation QuickNoteWindow.loadNotation(NotationEvent ne, DBClient client)
           
 void TabbedContentPane.setupTabbed2(java.lang.String userName, DBClient client, OEBItem currentItem, int offset)
           
 

Constructors in eTextReader with parameters of type DBClient
AlertsBox(javax.swing.JFrame parent, java.lang.String title, boolean modal, DBClient client, java.util.Vector alerts, boolean all, HTMLTitleHandler HTMLth, OEBPackageFile currentBook)
           
AnnotationBox(javax.swing.JFrame parent, java.lang.String title, boolean modal, DBClient client)
           
AnnotationShareBox(javax.swing.JFrame parent, java.lang.String title, boolean modal, java.lang.String userName, DBClient client, boolean edit, java.util.Vector shareSelected, java.util.Vector targetSelected, java.lang.String course)
           
AnnotationShareBox(javax.swing.JFrame parent, java.lang.String title, boolean modal, java.lang.String userName, DBClient client, boolean edit, java.util.Vector shareSelected, java.util.Vector targetSelected, java.util.Vector userLimitList, java.util.Vector groupLimitList, java.lang.String course)
           
BookSelectionBox(javax.swing.JFrame frame, java.lang.String userName, DBClient client)
           
NotationDetailBox(javax.swing.JFrame parent, java.lang.String title, boolean modal, Notation theNotation, DBClient client, javax.swing.JTextField dateCreatedViewField, javax.swing.JTextField typeViewField, javax.swing.JCheckBox referenceViewBox, javax.swing.JList targetViewList, javax.swing.JList shareViewList)
           
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 DBClient in eTextReader.actions
 

Fields in eTextReader.actions declared as DBClient
private  DBClient QuickLaunchPrefsDialog.client
           
 

Uses of DBClient in eTextReader.AnnotationListing
 

Fields in eTextReader.AnnotationListing declared as DBClient
private  DBClient NotationListing.client
           
 

Uses of DBClient in eTextReader.clientInterface
 

Fields in eTextReader.clientInterface declared as DBClient
private  DBClient DBClientOnlineTest.client
           
(package private)  DBClient DBAuthenticator.client
           
 

Constructors in eTextReader.clientInterface with parameters of type DBClient
DBClientOnlineTest(DBClient db, java.lang.String h)
          Constructs a DBClientOnlineTest object.
DBClientOnlineTest(DBClient db, java.lang.String h, long t)
          Constructs a DBClientOnlineTest object.
 

Uses of DBClient in eTextReader.search
 

Fields in eTextReader.search declared as DBClient
private  DBClient FindPanel.client
          Used to retrieve information about which pages the current user has viewed
 

Uses of DBClient in eTextReader.tabletpc
 

Fields in eTextReader.tabletpc declared as DBClient
(package private)  DBClient InkAnnotationWindow.client
          A DBClient object that we can use to communicate with the database; this is only used to retrieve the notation data
 

Constructors in eTextReader.tabletpc with parameters of type DBClient
InkAnnotationWindow(InkCallback callback, Notation notation, DBClient client, int x, int y, int width, int height, java.awt.Dimension parentSize)
          creates a new InkAnnotationWindow object, working on the given notation