g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.ui.wizards
Class NewJobWizard

java.lang.Object
  extended by Wizard
      extended by eu.geclipse.jsdl.ui.wizards.NewJobWizard
All Implemented Interfaces:
IProjectSelectionProvider

public class NewJobWizard
extends Wizard
implements IProjectSelectionProvider

Wizard for creating new JSDL file


Constructor Summary
NewJobWizard()
           
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 IGridProject getGridProject()
           
 boolean getIsFinished()
          Method to access information if wizard's performFinish() method has returned true or false.
 IVirtualOrganization getVirtualOrganization()
           
 void init(IWorkbench workbench, IStructuredSelection sel)
           
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewJobWizard

public NewJobWizard()
Method Detail

addPages

public void addPages()

init

public void init(IWorkbench workbench,
                 IStructuredSelection sel)

performFinish

public boolean performFinish()

canFinish

public boolean canFinish()

getVirtualOrganization

public IVirtualOrganization getVirtualOrganization()

getIsFinished

public boolean getIsFinished()
Method to access information if wizard's performFinish() method has returned true or false.

Returns:
true if performFinish method succeeded, false otherwise

getGridProject

public IGridProject getGridProject()
Specified by:
getGridProject in interface IProjectSelectionProvider

g-Eclipse
Release 1.0.0