Uses of Class
uk.ac.kcl.cch.jb.pliny.parts.LinkableObjectPart

Packages that use LinkableObjectPart
uk.ac.kcl.cch.jb.pliny.figures   
uk.ac.kcl.cch.jb.pliny.model   
uk.ac.kcl.cch.jb.pliny.parts   
 

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

Constructors in uk.ac.kcl.cch.jb.pliny.figures with parameters of type LinkableObjectPart
LinkableObjectFigure(String name, LinkableObjectPart myPart, org.eclipse.swt.graphics.Color foregroundColor, org.eclipse.swt.graphics.Color backgroundColor, boolean isOpen, boolean canSwitchOnMap, int contentType)
           
LinkableObjectFigure(String name, LinkableObjectPart myPart, org.eclipse.swt.graphics.Color foregroundColor, org.eclipse.swt.graphics.Color backgroundColor, boolean isOpen2, org.eclipse.draw2d.IFigure mainContents)
           
 

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

Methods in uk.ac.kcl.cch.jb.pliny.model that return LinkableObjectPart
 LinkableObjectPart ReferencerManager.getCurrentPart()
           
 

Methods in uk.ac.kcl.cch.jb.pliny.model with parameters of type LinkableObjectPart
 void ReferencerManager.setReferencerOwnerPart(LinkableObjectPart part)
           
 

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

Subclasses of LinkableObjectPart in uk.ac.kcl.cch.jb.pliny.parts
 class ScalableLinkableObjectPart
          extends LinkableObjectPart to handle the display of scalable reference objects derived from LinkableObject and displayed in scalable parent objects.