public class OpenEMFModelWizardAction extends AbstractOpenWizardAction
Action that opens the new EMF model wizard.
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
descriptorID |
protected IPath |
path |
Constructor and Description |
---|
OpenEMFModelWizardAction() |
Modifier and Type | Method and Description |
---|---|
protected EMFModelWizard |
createEMFModelWizard()
Create a new EMF model wizard
|
protected INewWizard |
createWizard()
Create a new wizard
|
void |
run(java.lang.String[] params,
ICheatSheetManager manager)
Execute the action
|
run
public void run(java.lang.String[] params, ICheatSheetManager manager)
params
- Array of parameters - index 0: path of the genmodel, index 1: model importer descriptor IDmanager
- Cheatsheet Managerprotected final INewWizard createWizard() throws CoreException
createWizard
in class AbstractOpenWizardAction
CoreException
protected EMFModelWizard createEMFModelWizard()