g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class BatchCreationWizard

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

public class BatchCreationWizard
extends Wizard

Create new .batch-file. Those files can be used with the BatchEditor (see plugin.xml).


Constructor Summary
BatchCreationWizard()
          The default constructor.
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 IGridProject getGridProject()
          Returns the grid project
 java.lang.String getWindowTitle()
           
 void init(IWorkbench workbench, IStructuredSelection sel)
           
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchCreationWizard

public BatchCreationWizard()
The default constructor.

Method Detail

addPages

public void addPages()

getWindowTitle

public java.lang.String getWindowTitle()

canFinish

public boolean canFinish()

init

public void init(IWorkbench workbench,
                 IStructuredSelection sel)

getGridProject

public IGridProject getGridProject()
Returns the grid project

Returns:
IGridProject if exists, null otherwise

performFinish

public boolean performFinish()

g-Eclipse
Release 1.0.0