g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards.jobsubmission
Class FolderSelectionWizardPage

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

public class FolderSelectionWizardPage
extends WizardPage


Constructor Summary
FolderSelectionWizardPage(java.lang.String pageName, IGridProject project, java.util.List<IGridJobDescription> jobDescriptions)
           
 
Method Summary
 boolean canFlipToNextPage()
           
 void createControl(Composite parent)
           
 IResource getDestinationFolder()
           
 java.util.List<java.lang.String> getJobNames()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderSelectionWizardPage

public FolderSelectionWizardPage(java.lang.String pageName,
                                 IGridProject project,
                                 java.util.List<IGridJobDescription> jobDescriptions)
Method Detail

createControl

public void createControl(Composite parent)

canFlipToNextPage

public boolean canFlipToNextPage()

getDestinationFolder

public IResource getDestinationFolder()

getJobNames

public java.util.List<java.lang.String> getJobNames()

g-Eclipse
Release 1.0.0