public interface IMatrixWizardContributor extends IWizardContributor
MatrixDefinition creations in the Creation Wizard.| Modifier and Type | Method and Description |
|---|---|
MatrixDefinition |
actionPerformed(ModelElement matrixContext,
java.lang.String matrixName,
java.lang.String matrixDescription)
Execute the creation action.
|
void |
setDescriptor(MatrixDescriptor desc)
initialize the descriptor associated with this wizard contribution.
|
accept, dispose, getCreatedElementType, getDetails, getHelpUrl, getIconDescriptor, getIconImage, getInformation, getLabel, getModelViewTemplateId, getModule, getPreviewImage, getScopes, getWizardPanel, setDetails, setHelpUrl, setIconDescriptor, setInformation, setLabel, setModelViewTemplateId, setModule, setParameters, setPreviewImage, setScopesMatrixDefinition actionPerformed(ModelElement matrixContext, java.lang.String matrixName, java.lang.String matrixDescription)
IWizardContributoractionPerformed in interface IWizardContributormatrixContext - the model element on which the wizard is runmatrixName - the name of the element to create.matrixDescription - the description of the element to create.void setDescriptor(MatrixDescriptor desc)
desc - the matrix descriptor