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

Packages that use Link
uk.ac.kcl.cch.jb.pliny.commands   
uk.ac.kcl.cch.jb.pliny.model   
uk.ac.kcl.cch.jb.pliny.parts   
 

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

Constructors in uk.ac.kcl.cch.jb.pliny.commands with parameters of type Link
MoveLinkEndCommand(Link link)
          creates an instance of this command, and provides the Link to which it is to apply.
DeleteLinkCommand(Link theLink)
           
 

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

Methods in uk.ac.kcl.cch.jb.pliny.model that return Link
static Link Link.getItem(int key)
           
 

Methods in uk.ac.kcl.cch.jb.pliny.model with parameters of type Link
 void LOType.signalChangeLinks(Link oldItem, Link newItem)
           
 void LinkableObject.signalChangeLinkedFrom(Link oldItem, Link newItem)
           
 void LinkableObject.signalChangeLinkedTo(Link oldItem, Link newItem)
           
 

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

Methods in uk.ac.kcl.cch.jb.pliny.parts that return Link
 Link LinkPart.getLink()
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.parts with parameters of type Link
LinkPart(IHasConnectionLayer myRootPart, Link link)