Uses of Interface
uk.ac.kcl.cch.jb.pliny.parts.IDirectEditablePart

Packages that use IDirectEditablePart
uk.ac.kcl.cch.jb.pliny.parts   
 

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

Classes in uk.ac.kcl.cch.jb.pliny.parts that implement IDirectEditablePart
 class LinkableObjectPart
          extends LinkableObjectBasePart to support the display of reference objects in unscaleable reference areas.
 class NoteTextPart
          provides the GEF editpart the corresponds to the textual content of a NoteLucened resource.
 class ScalableLinkableObjectPart
          extends LinkableObjectPart to handle the display of scalable reference objects derived from LinkableObject and displayed in scalable parent objects.
 

Fields in uk.ac.kcl.cch.jb.pliny.parts declared as IDirectEditablePart
protected  IDirectEditablePart PlinyDirectEditManager.source
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.parts with parameters of type IDirectEditablePart
PlinyDirectEditManager(IDirectEditablePart source, org.eclipse.gef.tools.CellEditorLocator locator, int cellEditorOptions)