Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.mitre.cvw.DSDBEntry

Uses of DSDBEntry in org.mitre.cvw
 

Methods in org.mitre.cvw that return DSDBEntry
 DSDBEntry DSDB.getNextEntry()
          Retreives the next database entry.
 DSDBEntry DSDB.getEntry(int docID)
          Retreives the database entry associated with a particular document
 

Methods in org.mitre.cvw with parameters of type DSDBEntry
 void DSDB.putEntry(DSDBEntry entry)
          Either updates an existing entry in the database, or adds a new one.
 void DSDB.removeEntry(DSDBEntry entry)
          Removes the provided database entry.
 java.lang.String DocServerInterface.LaunchDoc(DSDBEntry entry, boolean ReadOnly, boolean takeAction, java.applet.AppletContext context, boolean shortcut)