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

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

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

Methods in uk.ac.kcl.cch.jb.pliny with parameters of type ObjectType
static IResourceExtensionProcessor PlinyPlugin.getResourceExtensionProcessor(ObjectType type)
          returns a ResourceExtensionProcessor associated with the given ObjectType.
 

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

Constructors in uk.ac.kcl.cch.jb.pliny.commands with parameters of type ObjectType
DeleteObjectTypeCommand(ObjectType objectType)
           
 

Uses of ObjectType in uk.ac.kcl.cch.jb.pliny.dnd
 

Methods in uk.ac.kcl.cch.jb.pliny.dnd that return ObjectType
 ObjectType IResourceExtensionProcessor.getMyObjectType()
          provides the ObjectType that this Processor is for.
abstract  ObjectType AbstractResourceExtensionProcessor.getMyObjectType()
          see IResourceExtensionProcessor.getMyObjectType() for details.
 

Uses of ObjectType in uk.ac.kcl.cch.jb.pliny.imageRes
 

Methods in uk.ac.kcl.cch.jb.pliny.imageRes that return ObjectType
static ObjectType ImageResPlugin.getImageObjectType()
          returns the ObjectType for image resources that the editor in this plugin can handle.
 

Uses of ObjectType in uk.ac.kcl.cch.jb.pliny.imageRes.dnd
 

Methods in uk.ac.kcl.cch.jb.pliny.imageRes.dnd that return ObjectType
 ObjectType ImageEditorResourceExtensionProcessor.getMyObjectType()
           
 

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

Methods in uk.ac.kcl.cch.jb.pliny.model that return ObjectType
 ObjectType VirtualResource.getObjectType()
           
 ObjectType Resource.getObjectType()
           
static ObjectType ObjectType.getItem(int key)
           
static ObjectType ObjectType.findFromIds(String pluginID, String editorId)
           
static ObjectType ObjectType.findFromEditorId(String editorId)
           
static ObjectType Note.getNoteObjectType()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.model with parameters of type ObjectType
 void VirtualResource.setObjectType(ObjectType theType)
           
 void Resource.setObjectType(ObjectType item)
           
static Resource Resource.find(ObjectType obj, String idString)
           
static Resource Resource.find(ObjectType obj, org.eclipse.ui.IEditorInput input)
           
 void Plugin.signalChangeObjectTypes(ObjectType oldItem, ObjectType newItem)
           
 void ObjectType.assignMyReferencesTo(ObjectType assignee)
           
 

Uses of ObjectType in uk.ac.kcl.cch.jb.pliny.pdfAnnot
 

Methods in uk.ac.kcl.cch.jb.pliny.pdfAnnot that return ObjectType
static ObjectType PdfAnnotPlugin.getMyObjectType()
          returns the ObjectType for PDF resources that the editor in this plugin can handle.
 

Uses of ObjectType in uk.ac.kcl.cch.jb.pliny.pdfAnnot.dnd
 

Methods in uk.ac.kcl.cch.jb.pliny.pdfAnnot.dnd that return ObjectType
 ObjectType PdfEditorResourceExtensionProcessor.getMyObjectType()
           
 

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

Methods in uk.ac.kcl.cch.jb.pliny.views.utils that return ObjectType
 ObjectType ResourceNameManager.getMyObjectType()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.views.utils with parameters of type ObjectType
ResourceNameManager(ObjectType type)
           
ResourceNameInitialLetter(Character c, ResourceNameManager manager, ObjectType myType)
           
ResourceNameInitialLetter(String c, ResourceNameManager manager, ObjectType myType)
           
ResourceExplorerObjectTypeItem(IResourceTreeView myView, IResourceExplorerItem parent, ObjectType theObject)