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

Packages that use LinkableObject
uk.ac.kcl.cch.jb.pliny.commands   
uk.ac.kcl.cch.jb.pliny.containmentView.model   
uk.ac.kcl.cch.jb.pliny.model   
uk.ac.kcl.cch.jb.pliny.parts   
uk.ac.kcl.cch.jb.pliny.views.utils   
 

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

Methods in uk.ac.kcl.cch.jb.pliny.commands that return LinkableObject
 LinkableObject MoveLinkEndCommand.getToEnd()
           
 LinkableObject MoveLinkEndCommand.getFromEnd()
           
 LinkableObject LOLinkCreateCommand.getFrom()
           
 LinkableObject LOLinkCreateCommand.getTo()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.commands with parameters of type LinkableObject
 void MoveLinkEndCommand.setToEnd(LinkableObject object)
          specify the new target LinkableObject for the link.
 void MoveLinkEndCommand.setFromEnd(LinkableObject object)
          specify the new source LinkableObject for the link.
 void LOLinkCreateCommand.setFrom(LinkableObject obj)
          provides the source end of the link.
 void LOLinkCreateCommand.setTo(LinkableObject obj)
          provides the target end of the link.
 

Constructors in uk.ac.kcl.cch.jb.pliny.commands with parameters of type LinkableObject
LinkableObjectNameUpdateCommand(LinkableObject obj, String newName)
          creates instance of this command that will change the name of the surrogate resource to obj's to newName.
LinkableObjectMoveCommand(LinkableObject object, org.eclipse.draw2d.geometry.Rectangle oldBounds, org.eclipse.draw2d.geometry.Rectangle newBounds)
          creates command to move the given object to the location and size given by the newBounds.
DeleteLinkableObjectCommand(LinkableObject lo)
           
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.
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 LinkableObject in uk.ac.kcl.cch.jb.pliny.containmentView.model
 

Methods in uk.ac.kcl.cch.jb.pliny.containmentView.model that return LinkableObject
 LinkableObject ContainmentLinkEnd.getMyLinkableObject()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.containmentView.model with parameters of type LinkableObject
 void ContainmentSet.addUndisplayedLinkableObject(LinkableObject lo)
           
 void ContainmentLink.setLinkableObject(LinkableObject obj)
           
 void ContainmentLink.removeLinkableObject(LinkableObject obj)
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.containmentView.model with parameters of type LinkableObject
ContainmentLinkEnd(LinkableObject myObject)
          builds a instance of this model object for the given LinkableObject.
 

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

Fields in uk.ac.kcl.cch.jb.pliny.model declared as LinkableObject
protected  LinkableObject ReferencerList.myLinkableObject
           
 

Methods in uk.ac.kcl.cch.jb.pliny.model that return LinkableObject
 LinkableObject MapContentHolder.getLinkableObject()
           
static LinkableObject LinkableObject.getItem(int key)
           
 LinkableObject Link.getFromLink()
           
 LinkableObject Link.getToLink()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.model with parameters of type LinkableObject
 void Resource.signalChangeMyDisplayedItems(LinkableObject oldItem, LinkableObject newItem)
           
 void Resource.signalChangeMySurrogates(LinkableObject oldItem, LinkableObject newItem)
           
 void LOType.signalChangeLinkableObjects(LinkableObject oldItem, LinkableObject newItem)
           
 void LinkableObject.assignMyReferencesTo(LinkableObject assignee)
           
 void Link.setFromLink(LinkableObject item)
           
 void Link.setToLink(LinkableObject item)
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.model with parameters of type LinkableObject
ReferencerList(LinkableObject myLinkableObject)
          creates an instance of this class linked to a given LinkableObject (Reference Object).
MapContentHolder(LinkableObject myObject)
           
 

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

Methods in uk.ac.kcl.cch.jb.pliny.parts that return LinkableObject
 LinkableObject LinkableObjectBasePart.getLinkableObject()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.parts with parameters of type LinkableObject
ScalableLinkableObjectPart(LinkableObject model)
           
ScalableAnchorPart(LinkableObject model)
           
LinkableObjectPart(LinkableObject model)
           
LinkableObjectBasePart(LinkableObject model)
           
 

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

Constructors in uk.ac.kcl.cch.jb.pliny.views.utils with parameters of type LinkableObject
ResourceExplorerSurrogateItem(IResourceTreeView myView, IResourceExplorerItem parent, LinkableObject linkableObject)
           
ResourceExplorerDisplayedInItem(IResourceTreeView myView, IResourceExplorerItem parent, LinkableObject linkableObject)