g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class BatchDefinitionWizardPage

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

public class BatchDefinitionWizardPage
extends WizardPage

Dialog for the user to fill in the necessary information to connect to a batch service.


Constructor Summary
BatchDefinitionWizardPage()
          The default constructor.
 
Method Summary
 void createControl(Composite parent)
           
 boolean isInputValid()
          Validates the input of the fields and displays error messages
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchDefinitionWizardPage

public BatchDefinitionWizardPage()
The default constructor.

Method Detail

createControl

public void createControl(Composite parent)

isInputValid

public boolean isInputValid()
Validates the input of the fields and displays error messages

Returns:
true if input is valid, false if invalid

g-Eclipse
Release 1.0.0