com.unitesk.requality.eclipse.wizards
Class NewRequalityProjectWizard

java.lang.Object
  extended by Wizard
      extended by com.unitesk.requality.eclipse.wizards.NewRequalityProjectWizard

public class NewRequalityProjectWizard
extends Wizard


Constructor Summary
NewRequalityProjectWizard()
          Constructor for ReqWizard.
 
Method Summary
 void addPages()
          Adding the page to the wizard.
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewRequalityProjectWizard

public NewRequalityProjectWizard()
Constructor for ReqWizard.

Method Detail

addPages

public void addPages()
Adding the page to the wizard.


performFinish

public boolean performFinish()

performFinishNewElement

public static IProject performFinishNewElement(java.lang.String projectName)
                                        throws CoreException
Throws:
CoreException

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
We will accept the selection in the workbench to see if we can initialize from it.

See Also:
IWorkbenchWizard#init(IWorkbench, IStructuredSelection)