g-Eclipse
Release 1.0.0

eu.geclipse.workflow.ui.wizards
Class WorkflowCreationWizard

java.lang.Object
  extended by Wizard
      extended by eu.geclipse.workflow.ui.wizards.WorkflowCreationWizard

public class WorkflowCreationWizard
extends Wizard


Constructor Summary
WorkflowCreationWizard()
           
 
Method Summary
 void addPages()
           
 Resource getDiagram()
           
 IStructuredSelection getSelection()
           
 IWorkbench getWorkbench()
           
 void init(IWorkbench workbench1, IStructuredSelection selection1)
           
 boolean isOpenNewlyCreatedDiagramEditor()
           
 boolean performFinish()
           
 void setOpenNewlyCreatedDiagramEditor(boolean openNewlyCreatedDiagramEditor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowCreationWizard

public WorkflowCreationWizard()
Method Detail

getWorkbench

public IWorkbench getWorkbench()

getSelection

public IStructuredSelection getSelection()

getDiagram

public final Resource getDiagram()

isOpenNewlyCreatedDiagramEditor

public final boolean isOpenNewlyCreatedDiagramEditor()

setOpenNewlyCreatedDiagramEditor

public void setOpenNewlyCreatedDiagramEditor(boolean openNewlyCreatedDiagramEditor)

init

public void init(IWorkbench workbench1,
                 IStructuredSelection selection1)

addPages

public void addPages()

performFinish

public boolean performFinish()

g-Eclipse
Release 1.0.0