public class CHESSNewProjectWizard extends CreateCHESSModelWizard implements org.eclipse.ui.INewWizard, org.eclipse.core.runtime.IExecutableExtension
NEW_MODEL_SETTINGS, WIZARD_ID
Constructor and Description |
---|
CHESSNewProjectWizard()
Instantiates a new CHESS new project wizard.
|
Modifier and Type | Method and Description |
---|---|
void |
addPages()
Sets title and description of the page and adds it to the wizard
|
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection)
Not Implemented
|
boolean |
isCreateProjectWizard()
Checks if is the wizard creates the project.
|
boolean |
performFinish()
Creates the CHESS Project and updates the eclipse perspective
|
void |
setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
Initializes the wizard configuration
|
canFinish, diagramCategoryChanged, getDiagramFileExtension, getDiagramFileExtension, getModelKindName, getNextPage, getPreviousPage, isCreateMultipleModelsWizard, isInitModelWizard
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
public CHESSNewProjectWizard()
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class CreateCHESSModelWizard
Wizard.addPages()
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class CreateCHESSModelWizard
Wizard.performFinish()
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
init
in interface org.eclipse.ui.IWorkbenchWizard
init
in class CreateCHESSModelWizard
IWorkbenchWizard.init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, java.lang.String propertyName, java.lang.Object data) throws org.eclipse.core.runtime.CoreException
setInitializationData
in interface org.eclipse.core.runtime.IExecutableExtension
org.eclipse.core.runtime.CoreException
IExecutableExtension.setInitializationData(org.eclipse.core.runtime.IConfigurationElement, java.lang.String, java.lang.Object)
public boolean isCreateProjectWizard()
CreateCHESSModelWizard
isCreateProjectWizard
in class CreateCHESSModelWizard