g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class BatchServiceSelectionWizard

java.lang.Object
  extended by Wizard
      extended by eu.geclipse.batch.ui.wizards.BatchServiceSelectionWizard

public class BatchServiceSelectionWizard
extends Wizard


Constructor Summary
BatchServiceSelectionWizard(java.util.List<IGridBatchQueueDescription> queueDescrList)
          The default Class Constructor Access as parameter the list of IGridBatchQueueDescription.
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 void init(IWorkbench workbench, IStructuredSelection selection)
           
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchServiceSelectionWizard

public BatchServiceSelectionWizard(java.util.List<IGridBatchQueueDescription> queueDescrList)
The default Class Constructor Access as parameter the list of IGridBatchQueueDescription.

Parameters:
queueDescrList -
Method Detail

addPages

public void addPages()

canFinish

public boolean canFinish()

performFinish

public boolean performFinish()

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)

g-Eclipse
Release 1.0.0