Uses of Class
uk.ac.kcl.cch.rdb2java.dynData.BaseObject

Packages that use BaseObject
uk.ac.kcl.cch.jb.pliny   
uk.ac.kcl.cch.jb.pliny.figures   
uk.ac.kcl.cch.jb.pliny.imageRes.model   
uk.ac.kcl.cch.jb.pliny.model   
uk.ac.kcl.cch.jb.pliny.parts   
uk.ac.kcl.cch.jb.pliny.pdfAnnot.model   
uk.ac.kcl.cch.jb.pliny.views.utils   
uk.ac.kcl.cch.rdb2java.dynData   
 

Uses of BaseObject in uk.ac.kcl.cch.jb.pliny
 

Methods in uk.ac.kcl.cch.jb.pliny that return BaseObject
static BaseObject PlinyPlugin.getCurrentObject()
           
 

Methods in uk.ac.kcl.cch.jb.pliny with parameters of type BaseObject
static void PlinyPlugin.setCurrentObject(BaseObject obj)
           
 

Uses of BaseObject in uk.ac.kcl.cch.jb.pliny.figures
 

Methods in uk.ac.kcl.cch.jb.pliny.figures that return BaseObject
static BaseObject TopPanel.getCurrentObject()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.figures with parameters of type BaseObject
TopPanel.OpenButtonMouseMotionListener(BaseObject myObject)
           
 

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

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

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

Subclasses of BaseObject in uk.ac.kcl.cch.jb.pliny.model
 class Favourite
           
 class GlobalData
           
 class Link
           
 class LinkableObject
           
 class LOType
           
 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 Plugin
           
 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 BaseObject in uk.ac.kcl.cch.jb.pliny.parts
 

Methods in uk.ac.kcl.cch.jb.pliny.parts that return BaseObject
 BaseObject LinkableObjectPart.getHeldObject()
           
 BaseObject IButtonHolderPart.getHeldObject()
          returns the BaseObject object that is the model for this editPart.
 

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

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

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

Methods in uk.ac.kcl.cch.jb.pliny.views.utils that return BaseObject
protected  BaseObject ResourceExplorerItemBase.getBaseObject()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.views.utils with parameters of type BaseObject
protected  void ResourceExplorerItemBase.setBaseObject(BaseObject obj)
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.views.utils with parameters of type BaseObject
ResourceExplorerItemBase(IResourceTreeView myView, BaseObject obj, String trackingProperty)
           
 

Uses of BaseObject in uk.ac.kcl.cch.rdb2java.dynData
 

Subclasses of BaseObject in uk.ac.kcl.cch.rdb2java.dynData
 class BaseNodeObject