g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards.jobsubmission
Class JobServiceSelectionWizardPage

java.lang.Object
  extended by WizardPage
      extended by eu.geclipse.ui.wizards.jobsubmission.JobServiceSelectionWizardPage

public class JobServiceSelectionWizardPage
extends WizardPage


Constructor Summary
JobServiceSelectionWizardPage(java.lang.String pageName, java.util.List<IGridJobDescription> _jobDescriptions)
           
 
Method Summary
 void createControl(Composite parent)
           
 IGridJobService getSubmissionService()
           
 void setServices(java.util.List<IGridJobService> _jobServices)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobServiceSelectionWizardPage

public JobServiceSelectionWizardPage(java.lang.String pageName,
                                     java.util.List<IGridJobDescription> _jobDescriptions)
Method Detail

setServices

public void setServices(java.util.List<IGridJobService> _jobServices)

createControl

public void createControl(Composite parent)

getSubmissionService

public IGridJobService getSubmissionService()

g-Eclipse
Release 1.0.0