g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class BatchServiceSelectionWizardPage

java.lang.Object
  extended by WizardPage
      extended by eu.geclipse.batch.ui.wizards.BatchServiceSelectionWizardPage

public class BatchServiceSelectionWizardPage
extends WizardPage

The Batch Service Selection Wizard Page.


Method Summary
 void createControl(Composite parent)
           
 boolean finish()
           
 boolean isPageComplete()
           
 void setInitialData(java.util.List<IGridBatchQueueDescription> list)
          Initial Data that will be used in the Wizard Page.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createControl

public void createControl(Composite parent)

setInitialData

public void setInitialData(java.util.List<IGridBatchQueueDescription> list)
Initial Data that will be used in the Wizard Page.

Parameters:
list -

isPageComplete

public boolean isPageComplete()

finish

public boolean finish()
Returns:
TRUE if the Queue configuration has been committed to the selected batch services or FALSE if not.

g-Eclipse
Release 1.0.0