public interface IDiagramWizardContributor extends IWizardContributor
AbstractDiagram creations in the Creation Wizard.| Modifier and Type | Method and Description |
|---|---|
AbstractDiagram |
actionPerformed(ModelElement diagramContext,
java.lang.String diagramName,
java.lang.String diagramDescription)
Execute the creation action.
|
accept, dispose, getCreatedElementType, getDetails, getHelpUrl, getIconDescriptor, getIconImage, getInformation, getLabel, getModelViewTemplateId, getModule, getPreviewImage, getScopes, getWizardPanel, setDetails, setHelpUrl, setIconDescriptor, setInformation, setLabel, setModelViewTemplateId, setModule, setParameters, setPreviewImage, setScopesAbstractDiagram actionPerformed(ModelElement diagramContext, java.lang.String diagramName, java.lang.String diagramDescription)
IWizardContributoractionPerformed in interface IWizardContributordiagramContext - the model element on which the wizard is rundiagramName - the name of the element to create.diagramDescription - the description of the element to create.