g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class MoveJobWizardPage

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

public class MoveJobWizardPage
extends WizardPage

The wizard page to move a job.


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

Constructor Detail

MoveJobWizardPage

public MoveJobWizardPage()
The default constructor.

Method Detail

createControl

public void createControl(Composite parent)

isPageComplete

public boolean isPageComplete()

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