g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class BatchLocationWizardPage

java.lang.Object
  extended by WizardNewFileCreationPage
      extended by eu.geclipse.batch.ui.wizards.BatchLocationWizardPage

public class BatchLocationWizardPage
extends WizardNewFileCreationPage

This WizardPage can create an empty .batch file for the BatchEditor.


Constructor Summary
BatchLocationWizardPage(IStructuredSelection selection)
          Create a new wizard page instance.
 
Method Summary
 void createControl(Composite parent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchLocationWizardPage

public BatchLocationWizardPage(IStructuredSelection selection)
Create a new wizard page instance.

Parameters:
selection - the current object selection
See Also:
BatchCreationWizard.init(IWorkbench, IStructuredSelection)
Method Detail

createControl

public void createControl(Composite parent)

g-Eclipse
Release 1.0.0