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

Packages that use NoteLucened
uk.ac.kcl.cch.jb.pliny.commands   
uk.ac.kcl.cch.jb.pliny.editors   
uk.ac.kcl.cch.jb.pliny.lucene   
uk.ac.kcl.cch.jb.pliny.model   
uk.ac.kcl.cch.jb.pliny.parts   
 

Uses of NoteLucened in uk.ac.kcl.cch.jb.pliny.commands
 

Constructors in uk.ac.kcl.cch.jb.pliny.commands with parameters of type NoteLucened
NoteTextUpdateCommand(NoteLucened note, String text)
          creates an instance of this command and shows that it applies to the given note.
CreateNoteCommand(NoteLucened note, Resource theResource, org.eclipse.draw2d.geometry.Rectangle rectHere)
          constructor for this command.
 

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

Methods in uk.ac.kcl.cch.jb.pliny.editors that return NoteLucened
 NoteLucened NoteEditorInput.getMyNote()
           
 

Uses of NoteLucened in uk.ac.kcl.cch.jb.pliny.lucene
 

Methods in uk.ac.kcl.cch.jb.pliny.lucene with parameters of type NoteLucened
 void NoteTextIndex.addNoteToIndex(NoteLucened myNote)
          adds information about a new NoteLucened to the Lucene index.
 void NoteTextIndex.removeNoteFromIndex(NoteLucened myNote)
          removes information about a new NoteLucened from the Lucene index.
 void NoteTextIndex.updateNoteInIndex(NoteLucened myNote)
          updates the name or content of a NoteLucened in the Lucene index.
 

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

Methods in uk.ac.kcl.cch.jb.pliny.model that return NoteLucened
 NoteLucened TextContentHolder.getObject()
           
static NoteLucened NoteLucened.getNoteLucenedItem(int key)
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.model with parameters of type NoteLucened
TextContentHolder(NoteLucened myObject)
           
 

Uses of NoteLucened in uk.ac.kcl.cch.jb.pliny.parts
 

Methods in uk.ac.kcl.cch.jb.pliny.parts that return NoteLucened
 NoteLucened NoteTextPart.getNote()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.parts with parameters of type NoteLucened
NoteTextPart(NoteLucened note)