com.unitesk.requality.eclipse.wizards
public class NewRequalityProjectWizard extends Wizard
Constructor and Description |
---|
NewRequalityProjectWizard()
Constructor for ReqWizard.
|
Modifier and Type | Method and Description |
---|---|
void |
addPages()
Adding the page to the wizard.
|
static TreeDB |
createProject(java.lang.String projectName) |
void |
init(IWorkbench workbench,
IStructuredSelection selection)
We will accept the selection in the workbench to see if we can initialize
from it.
|
boolean |
performFinish() |
static IProject |
performFinishNewElement(java.lang.String projectName) |
public NewRequalityProjectWizard()
public void addPages()
public static TreeDB createProject(java.lang.String projectName)
public boolean performFinish()
public static IProject performFinishNewElement(java.lang.String projectName) throws CoreException
CoreException
public void init(IWorkbench workbench, IStructuredSelection selection)
IWorkbenchWizard#init(IWorkbench, IStructuredSelection)