|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractGraphicalEditPart
org.eclipse.graphiti.ui.platform.GraphitiShapeEditPart
public abstract class GraphitiShapeEditPart
This is an abstract marker class that indicates that an EditPart is a
Graphiti edit part for a shape. 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 | |
|---|---|
GraphitiShapeEditPart()
|
|
| 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 GraphitiShapeEditPart()
| 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 | |||||||||