g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class QueueCreationWizard

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

public class QueueCreationWizard
extends Wizard


Constructor Summary
QueueCreationWizard()
          The default constructor.
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 java.lang.String getWindowTitle()
           
 void init(IWorkbench workbench, IStructuredSelection selection)
           
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueCreationWizard

public QueueCreationWizard()
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 selection)

performFinish

public boolean performFinish()

g-Eclipse
Release 1.0.0