g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class AddQueueWizard

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

public class AddQueueWizard
extends Wizard

Wizard to create a new queue


Constructor Summary
AddQueueWizard(IBatchService batchWrapper)
          Argument constructor for this class.
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 void createAdvQueue()
          Creates a queue if user have the rights, if not an error dialog is displayed
 void createQueue()
          Creates a queue if user have the rights, if not an error dialog is displayed
 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

AddQueueWizard

public AddQueueWizard(IBatchService batchWrapper)
Argument constructor for this class.

Parameters:
batchWrapper - Provides access to the batch service where the queue will be created
Method Detail

performFinish

public boolean performFinish()

canFinish

public boolean canFinish()

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)

addPages

public void addPages()

getWindowTitle

public java.lang.String getWindowTitle()

createQueue

public void createQueue()
Creates a queue if user have the rights, if not an error dialog is displayed


createAdvQueue

public void createAdvQueue()
Creates a queue if user have the rights, if not an error dialog is displayed


g-Eclipse
Release 1.0.0