g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards
Class NewGridProjectWizard

java.lang.Object
  extended by Wizard
      extended by eu.geclipse.ui.wizards.NewGridProjectWizard

public class NewGridProjectWizard
extends Wizard

Wizard to create Grid Project in the Eclipse workspace.


Constructor Summary
NewGridProjectWizard()
           
 
Method Summary
 void addPages()
          Adds the different pages for the wizard i.e. for VO selection, Project Structure, reference projects.
 boolean canFinish()
           
 void init(IWorkbench workbench, IStructuredSelection selection)
          Initialize the Grid project in the Grid project in the workspace
 boolean performFinish()
          when the wizard is finished, the Grid project is created.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewGridProjectWizard

public NewGridProjectWizard()
Method Detail

performFinish

public boolean performFinish()
when the wizard is finished, the Grid project is created.


init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
Initialize the Grid project in the Grid project in the workspace


addPages

public void addPages()
Adds the different pages for the wizard i.e. for VO selection, Project Structure, reference projects.


canFinish

public boolean canFinish()

g-Eclipse
Release 1.0.0