Uses of Class
uk.ac.kcl.cch.jb.pliny.model.Note

Packages that use Note
uk.ac.kcl.cch.jb.pliny.editors   
uk.ac.kcl.cch.jb.pliny.model   
 

Uses of Note in uk.ac.kcl.cch.jb.pliny.editors
 

Constructors in uk.ac.kcl.cch.jb.pliny.editors with parameters of type Note
NoteEditorInput(Note myNote)
           
 

Uses of Note in uk.ac.kcl.cch.jb.pliny.model
 

Subclasses of Note in uk.ac.kcl.cch.jb.pliny.model
 class NoteLucened
          an extension of the {link Note} class generated by rdb2java and managing the DB storage of data to support the simultaneous storing of Note text by Lucene.
 

Methods in uk.ac.kcl.cch.jb.pliny.model that return Note
static Note Note.getNoteItem(int key)