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

Packages that use Resource
uk.ac.kcl.cch.jb.pliny   
uk.ac.kcl.cch.jb.pliny.actions   
uk.ac.kcl.cch.jb.pliny.browser   
uk.ac.kcl.cch.jb.pliny.commands   
uk.ac.kcl.cch.jb.pliny.containmentView   
uk.ac.kcl.cch.jb.pliny.containmentView.model   
uk.ac.kcl.cch.jb.pliny.dnd   
uk.ac.kcl.cch.jb.pliny.editors   
uk.ac.kcl.cch.jb.pliny.imageRes   
uk.ac.kcl.cch.jb.pliny.imageRes.dnd   
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   
uk.ac.kcl.cch.jb.pliny.pdfAnnot.dnd   
uk.ac.kcl.cch.jb.pliny.pdfAnnot.model   
uk.ac.kcl.cch.jb.pliny.views   
uk.ac.kcl.cch.jb.pliny.views.utils   
 

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

Methods in uk.ac.kcl.cch.jb.pliny that return Resource
 Resource IResourceDrivenPart.getMyResource()
          returns the Resource that this part is currently using as its input.
static Resource PlinyPlugin.getReferent()
          gets the current referent.
 

Methods in uk.ac.kcl.cch.jb.pliny with parameters of type Resource
static IResourceExtensionProcessor PlinyPlugin.getResourceExtensionProcessor(Resource resource)
          returns a ResourceExtensionProcessor associated with the given Resource through that Resource's ObjectType.
static void PlinyPlugin.setReferent(Resource resource)
          stores the given Resource to be the new Referent.
 

Uses of Resource in uk.ac.kcl.cch.jb.pliny.actions
 

Methods in uk.ac.kcl.cch.jb.pliny.actions with parameters of type Resource
 void UpdateUrlAction.setResource(Resource theResource)
           
 

Uses of Resource in uk.ac.kcl.cch.jb.pliny.browser
 

Methods in uk.ac.kcl.cch.jb.pliny.browser that return Resource
 Resource BusyIndicator.getResource()
           
 Resource BrowserEditor.getMyResource()
           
 Resource BrowserEditor.getCurrentResource()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.browser with parameters of type Resource
 void BusyIndicator.setResource(Resource resource)
           
 void BrowserViewer.giveBusyIndicatorResource(Resource resource)
           
 

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

Constructors in uk.ac.kcl.cch.jb.pliny.commands with parameters of type Resource
SetReferentCommand(Resource resource)
          create instance of this command that will set the given resource up as the referent.
PastePlinyCommand(Resource myMainResource, Collection items)
          constructs an instance of this command so that the collecion of objects in items is placed in the reference/annotation area for the resource myMainResource.
PastePlinyCommand(Resource myMainResource, Collection items, boolean allowAnchors)
          constructs an instance of this command so that the collecion of objects in items is placed in the reference/annotation area for the resource myMainResource.
MinimizeAllContainedObjectCommand(Resource myResource)
           
DeleteResourceCommand(Resource resource, String resourceType)
          constructs an instance of this command.
CreateNoteCommand(NoteLucened note, Resource theResource, org.eclipse.draw2d.geometry.Rectangle rectHere)
          constructor for this command.
CreateLinkableObjectCommand(LinkableObject object, Resource theContainer, org.eclipse.draw2d.geometry.Rectangle rectangle)
          constructor to place given LinkableObject within the resource/annotation area of a given Resource.
CreateAnnotationCommand(Resource resource, org.eclipse.draw2d.geometry.Rectangle bounds)
          constructor for command to create a new annotation.
CreateAnchorCommand(Resource resource, org.eclipse.draw2d.geometry.Rectangle bounds)
          creates a new anchor (a kind of LinkableObject) in the reference/annotation area associated with a Resource.
ChangeUrlCommand(Resource theResource, String newURL)
          constructs the command to change the URL associated with the identifier for the given resource.
AddToFavouritesCommand(Resource resource)
          creates a command to add the given resource as a favourite (UI now calls them "Bookmark").
AddLinkableObjectsCommand(LinkableObject newContainer, Resource resource, LinkableObject draggedObject, org.eclipse.draw2d.geometry.Rectangle rect)
          the constructor used in the policy code to set up this command.
 

Uses of Resource in uk.ac.kcl.cch.jb.pliny.containmentView
 

Methods in uk.ac.kcl.cch.jb.pliny.containmentView with parameters of type Resource
 void ContainmentViewPage.updateResource(Resource newResource)
          invoked by ContainmentView if the Editor it is currently connected to is a IResourceChangeablePart, and that editor has just changed its resource.
 

Constructors in uk.ac.kcl.cch.jb.pliny.containmentView with parameters of type Resource
ContainmentViewPage(Resource resource, org.eclipse.ui.part.PageBook book, ContainmentView view)
           
 

Uses of Resource in uk.ac.kcl.cch.jb.pliny.containmentView.model
 

Methods in uk.ac.kcl.cch.jb.pliny.containmentView.model that return Resource
 Resource ContainmentItem.getResource()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.containmentView.model with parameters of type Resource
 ContainmentItem ContainmentSet.getItem(Resource r)
          returns a ContainmentItem that corresponds to the given Resource.
 boolean ContainmentSet.hasLink(Resource from, Resource to)
           
 void ContainmentSet.updateResource(Resource newResource)
          refocuses this ContainmentSet so that it is centered on a new Resource.
 void ContainmentSet.recordParentExpand(Resource r)
           
 void ContainmentSet.recordChildExpand(Resource r)
           
 boolean ContainmentSet.isParentExpanded(Resource r)
           
 boolean ContainmentSet.isChildExpanded(Resource r)
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.containmentView.model with parameters of type Resource
ContainmentSet(Resource startingResource, IncludedTypeManager typeManager)
          this constructor creates an instance of this object that is meant to be centered on the startingResource.
ContainmentItem(Resource myResource, ContainmentSet containmentSet, IncludedTypeManager typeManager)
          constructs an instance of a ContainmentItem for myResource, which is an item which needs to appear within the current containmentSet.
 

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

Methods in uk.ac.kcl.cch.jb.pliny.dnd that return Resource
 Resource IResourceExtensionProcessor.makeMyResource()
          generate an empty instance of the appropriate Resource class that this plugin expects to use for its Resources.
 Resource DnDResourceHolder.getResource()
           
abstract  Resource AbstractResourceExtensionProcessor.makeMyResource()
          see IResourceExtensionProcessor.makeMyResource() for details.
 

Methods in uk.ac.kcl.cch.jb.pliny.dnd with parameters of type Resource
 org.eclipse.draw2d.IFigure IResourceExtensionProcessor.getContentFigure(Resource resource)
          return an IFigure object that can be used to provide a 'content' display by Pliny.
 IResourceExtensionProcessor.CacheElement[] IResourceExtensionProcessor.getCacheElements(Resource r)
          provides access to cache data you want stored in the pliny archive file.
 void IResourceExtensionProcessor.processArchiveEntries(IGetsArchiveEntries archive, Resource r)
          provides a way for the Pliny archive importer to give your access to data from its archive that you will want to store in a local cache.
 void DnDResourceHolder.setResource(Resource resource)
           
abstract  org.eclipse.draw2d.IFigure AbstractResourceExtensionProcessor.getContentFigure(Resource resource)
          see IResourceExtensionProcessor.getContentFigure(uk.ac.kcl.cch.jb.pliny.model.Resource) for details.
protected abstract  void AbstractResourceExtensionProcessor.handleResource(Resource resource)
          implementment this method to process a Resource that has been dragged into this process from another Pliny application.
 IResourceExtensionProcessor.CacheElement[] AbstractResourceExtensionProcessor.getCacheElements(Resource r)
          override this method to provide support for adding cache data from your plugin into a pliny archive file.
 void AbstractResourceExtensionProcessor.processArchiveEntries(IGetsArchiveEntries archive, Resource r)
          override this method to provide support for creating cache data from Pliny archive files.
 

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

Methods in uk.ac.kcl.cch.jb.pliny.editors that return Resource
 Resource ResourceEditorInput.getMyResource()
           
 Resource NoteEditor.getMyResource()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.editors with parameters of type Resource
 void ResourceChangingAnnouncer.announceResource(Resource oldResource, Resource newResource)
          announces to listeners that a Resource change has just happened.
 

Constructors in uk.ac.kcl.cch.jb.pliny.editors with parameters of type Resource
ResourceEditorInput(Resource myResource)
           
 

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

Methods in uk.ac.kcl.cch.jb.pliny.imageRes that return Resource
 Resource ImageEditor.getMyResource()
           
 

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

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

Methods in uk.ac.kcl.cch.jb.pliny.imageRes.dnd with parameters of type Resource
protected  void ImageEditorResourceExtensionProcessor.handleResource(Resource myResource)
           
 org.eclipse.draw2d.IFigure ImageEditorResourceExtensionProcessor.getContentFigure(Resource resource)
           
 IResourceExtensionProcessor.CacheElement[] ImageEditorResourceExtensionProcessor.getCacheElements(Resource resource)
           
 void ImageEditorResourceExtensionProcessor.processArchiveEntries(IGetsArchiveEntries archive, Resource resource)
           
 

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

Subclasses of Resource 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 Resource in uk.ac.kcl.cch.jb.pliny.model
 

Subclasses of Resource in uk.ac.kcl.cch.jb.pliny.model
 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 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.
 

Fields in uk.ac.kcl.cch.jb.pliny.model declared as Resource
protected  Resource ReferencerList.myResource
           
 

Methods in uk.ac.kcl.cch.jb.pliny.model that return Resource
 Resource ResourceHolder.getResource()
           
static Resource Resource.getItem(int key)
           
static Resource Resource.find(ObjectType obj, String idString)
           
static Resource Resource.find(ObjectType obj, org.eclipse.ui.IEditorInput input)
           
 Resource ReferencerList.getMyResource()
           
 Resource MapContentHolder.getSurrogate()
           
 Resource LOType.getSourceRole()
           
 Resource LOType.getTargetRole()
           
 Resource LinkableObject.getDisplayedIn()
           
 Resource LinkableObject.getSurrogateFor()
           
 Resource LinkableObject.getHeldSurrogate()
           
 Resource LinkableObject.getHeldDisplayedIn()
           
 Resource IHasResource.getResource()
           
 Resource Favourite.getResource()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.model with parameters of type Resource
 void ResourceHolder.setResource(Resource resource)
           
 void Resource.assignMyReferencesTo(Resource assignee)
           
 void ObjectType.signalChangeResources(Resource oldItem, Resource newItem)
           
 void LOType.setSourceRole(Resource item)
           
 void LOType.setTargetRole(Resource item)
           
 void LinkableObject.setDisplayedIn(Resource item)
           
 void LinkableObject.setSurrogateFor(Resource item)
           
 void Favourite.setResource(Resource item)
           
static Favourite Favourite.findFromResource(Resource resource)
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.model with parameters of type Resource
ResourceHolder(Resource resource)
           
AttributedResourceHandler(Resource myResource)
          creates an instance of this item that will manage data for the given Resource record.
 

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

Methods in uk.ac.kcl.cch.jb.pliny.parts that return Resource
 Resource RootResourcePart.getResource()
           
 Resource RootResourceHolderPart.getResource()
           
 Resource MapContentHolderPart.getMyResource()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.parts with parameters of type Resource
RootResourcePart(Resource model)
           
 

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

Methods in uk.ac.kcl.cch.jb.pliny.pdfAnnot that return Resource
 Resource PDFEditor.getMyResource()
           
 

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

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

Methods in uk.ac.kcl.cch.jb.pliny.pdfAnnot.dnd with parameters of type Resource
 org.eclipse.draw2d.IFigure PdfEditorResourceExtensionProcessor.getContentFigure(Resource resource)
           
protected  void PdfEditorResourceExtensionProcessor.handleResource(Resource myResource)
           
 IResourceExtensionProcessor.CacheElement[] PdfEditorResourceExtensionProcessor.getCacheElements(Resource r)
           
 void PdfEditorResourceExtensionProcessor.processArchiveEntries(IGetsArchiveEntries archive, Resource r)
           
 

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

Subclasses of Resource 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 Resource in uk.ac.kcl.cch.jb.pliny.views
 

Methods in uk.ac.kcl.cch.jb.pliny.views that return Resource
 Resource AnnotationViewPage.getMyResource()
           
 Resource AnnotationView.getMyResource()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.views with parameters of type Resource
AnnotationViewPage(Resource resource, org.eclipse.ui.part.PageBook book, AnnotationView view)
           
 

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

Methods in uk.ac.kcl.cch.jb.pliny.views.utils that return Resource
 Resource ResourceExplorerResourceItem.getResource()
           
 Resource ResourceExplorerDisplayedInItem.getResource()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.views.utils with parameters of type Resource
 void ResourceNameInitialLetter.removeResource(Resource resource)
           
 void ResourceNameInitialLetter.removeResource(String oldName, Resource resource)
           
 void ResourceNameInitialLetter.addResource(Resource resource)
           
 void ResourceNameInitialLetter.moveResource(Resource resource, String oldName)
           
 void PlinyTxtImporter.setReceivingFavourite(Resource resource)
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.views.utils with parameters of type Resource
ResourceExplorerSurrogateListItemBase(IResourceTreeView myView, IResourceExplorerItem parent, Resource theObject, String myName, String trackingProperty, List surrogateList)
           
ResourceExplorerResourceItem(IResourceTreeView myView, IResourceExplorerItem parent, Resource theObject)
           
ResourceExplorerDisplayedInList(IResourceTreeView myView, IResourceExplorerItem parent, Resource theObject)
           
ResourceExplorerContainsList(IResourceTreeView myView, IResourceExplorerItem parent, Resource theObject)