Uses of Interface
uk.ac.kcl.cch.jb.pliny.model.INamedObject

Packages that use INamedObject
uk.ac.kcl.cch.jb.pliny.commands   
uk.ac.kcl.cch.jb.pliny.imageRes.model   
uk.ac.kcl.cch.jb.pliny.model   
uk.ac.kcl.cch.jb.pliny.pdfAnnot.model   
uk.ac.kcl.cch.jb.pliny.views.utils   
 

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

Constructors in uk.ac.kcl.cch.jb.pliny.commands with parameters of type INamedObject
UpdateNameCommand(org.eclipse.jface.viewers.TreeViewer theViewer, INamedObject object, String newText)
          creates an instance of this command that will change the name of object to the given new name, and refresh the TreeViewer so that it displays the new name.
 

Uses of INamedObject in uk.ac.kcl.cch.jb.pliny.imageRes.model
 

Classes in uk.ac.kcl.cch.jb.pliny.imageRes.model that implement INamedObject
 class ImageResource
          an extension on the Pliny Resource that contains special data for Images.
 

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

Classes in uk.ac.kcl.cch.jb.pliny.model that implement INamedObject
 class Favourite
           
 class Note
           
 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.
 class ObjectType
           
 class Resource
           
 class VirtualResource
          VirtualResource is used in places where a resource item needs to be shown for a reference/annotation area -- but there is as of yet no data in the reference/annotation area and hence a corresponding Resource to hold it is not yet needed in the backing store DB.
 

Uses of INamedObject in uk.ac.kcl.cch.jb.pliny.pdfAnnot.model
 

Classes in uk.ac.kcl.cch.jb.pliny.pdfAnnot.model that implement INamedObject
 class PdfResource
          an extension on the Pliny Resource that contains special data for PDF files.
 

Uses of INamedObject in uk.ac.kcl.cch.jb.pliny.views.utils
 

Methods in uk.ac.kcl.cch.jb.pliny.views.utils that return INamedObject
protected  INamedObject ResourceExplorerNamedModelItem.getNamedObject()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.views.utils with parameters of type INamedObject
ResourceExplorerNamedModelItem(IResourceTreeView myView, IResourceExplorerItem parent, INamedObject theObject, String trackingProperty, String nameProperty)