org.eclipse.jubula.rc.rcp.gef.identifier
Interface IEditPartIdentifier
- All Known Implementing Classes:
- ClassCountEditPartIdentifier, StaticEditPartIdentifier
public interface IEditPartIdentifier
Encapsulates the ability to generate unique IDs for a given
org.eclipse.gef.EditPart
.
- Created:
- May 13, 2009
getIdentifier
java.lang.String getIdentifier()
- Returns:
- a String uniquely identifying the EditPart.
getConnectionAnchors
java.util.Map getConnectionAnchors()
- Returns:
- a map that correlates identifiers (
String
s) with
ConnectionAnchor
s.