g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class AddQueueWizardRequiredPage

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

public class AddQueueWizardRequiredPage
extends WizardPage

Required page for the create Queue wizard


Method Summary
 void createControl(Composite parent)
          Create the controls to be displayed n the wizard.
 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
 

Method Detail

createControl

public void createControl(Composite parent)
Create the controls to be displayed n the wizard.

Parameters:
parent - The parent widget of the page.

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