|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractConnectionEditPart
org.eclipse.graphiti.ui.platform.GraphitiConnectionEditPart
public abstract class GraphitiConnectionEditPart
This is an abstract marker class that indicates that an EditPart
is a
Graphiti edit part for a connection. It can e.g. be used to register an
IAdapterFactory
against Graphiti edit parts. This is useful e.g. for
providing standard property sheets (or
org.eclipse.ui.views.properties.tabbed.AdvancedPropertySections inside tabbed
property sheets) for a selection in the Graphiti DiagramEditor
;
simply use this class as for the adaptableType attribute of the adapter
factory definition in plugin.xml.
Introduced as part of the fix for Bugzilla 341898.
Constructor Summary | |
---|---|
GraphitiConnectionEditPart()
|
Method Summary | |
---|---|
abstract PictogramElement |
getPictogramElement()
Returns the PictogramElement (the model object) that this
EditPart represents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder |
---|
getFeatureProvider |
Constructor Detail |
---|
public GraphitiConnectionEditPart()
Method Detail |
---|
public abstract PictogramElement getPictogramElement()
PictogramElement
(the model object) that this
EditPart
represents.
PictogramElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |