eu.geclipse.jsdl.ui.wizards
Class NewJobWizard
java.lang.Object
Wizard
eu.geclipse.jsdl.ui.wizards.NewJobWizard
- All Implemented Interfaces:
- IProjectSelectionProvider
public class NewJobWizard
- extends Wizard
- implements IProjectSelectionProvider
Wizard for creating new JSDL file
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewJobWizard
public NewJobWizard()
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