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

All Known Implementing Classes:
MapContentHolderPart, RootResourcePart

public interface IHasConnectionLayer

announces that the figure associated with this GEF editpart has a connection layer (for drawing the Pliny connection lines between reference objects).

This is needed because the reference/annotation areas for Pliny want the ordering of the connection layer to be different than the one normally used by GEF, and the connection layer to use must be explicitly provided to those GEF connection objects that draw them.

Author:
John Bradley

Method Summary
 org.eclipse.draw2d.ConnectionLayer getMyConnectionLayer()
          returns the connection layer belonging to this editpart that a connection child should use.
 

Method Detail

getMyConnectionLayer

public org.eclipse.draw2d.ConnectionLayer getMyConnectionLayer()
returns the connection layer belonging to this editpart that a connection child should use.

Returns:
ConnectionLayer to use.