uk.ac.kcl.cch.jb.pliny.parts
Interface IHasReferencerManager

All Known Implementing Classes:
MapContentHolderPart, ParentAndOrderableAbstractGraphicalEditPart, ParentOfOrderableAbstractGraphicalEditPart

public interface IHasReferencerManager

announces to parts of the GEF managed reference/annotation area that need to know that this editPart's model can generate a ReferencerManager.

This allows the reference object's figure (LinkableObjectFigure) to know that it should show the referencer toggle button, and that parts that are responsibile for displaying the referencer when requested that they might be requested to do it.

Author:
John Bradley

Method Summary
 ReferencerManager getReferencerManager()
           
 

Method Detail

getReferencerManager

public ReferencerManager getReferencerManager()