A template section is used to dynamically populate a model created from the new model wizard.
Clients may implement this interface.
extension-point: com.sodius.mdw.platform.model.modelTemplate| Method Summary | |
org.eclipse.jface.wizard.IWizardPage |
createOptionsPage()
Provides an optional additional wizard page, so that the user can provide specific options to this template. |
void |
execute(com.sodius.mdw.core.model.Model model)
Executes the template on the specified model. |
| Method Detail |
public org.eclipse.jface.wizard.IWizardPage createOptionsPage()
null if no additional page is required.
public void execute(com.sodius.mdw.core.model.Model model)
throws org.eclipse.core.runtime.CoreException
model - the model this template must contribute
org.eclipse.core.runtime.CoreException - if the template fails to populate the model for some reason.