de.cau.cs.kieler.kaom.diagram.part
Class KaomCreationWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by de.cau.cs.kieler.kaom.diagram.part.KaomCreationWizard
All Implemented Interfaces:
IWizard, INewWizard, IWorkbenchWizard

public class KaomCreationWizard
extends Wizard
implements INewWizard

Rating red
Generated:
This code was automatically generated.

Field Summary
protected  Resource diagram
           
protected  KaomCreationWizardPage diagramModelFilePage
           
protected  KaomCreationWizardPage domainModelFilePage
           
protected  IStructuredSelection selection
           
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
KaomCreationWizard()
           
 
Method Summary
 void addPages()
           
 Resource getDiagram()
           
 IStructuredSelection getSelection()
           
 IWorkbench getWorkbench()
           
 void init(IWorkbench workbench, IStructuredSelection selection)
           
 boolean isOpenNewlyCreatedDiagramEditor()
           
 boolean performFinish()
           
 void setOpenNewlyCreatedDiagramEditor(boolean openNewlyCreatedDiagramEditor)
           
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Field Detail

selection

protected IStructuredSelection selection
Generated:
This code was automatically generated.

diagramModelFilePage

protected KaomCreationWizardPage diagramModelFilePage
Generated:
This code was automatically generated.

domainModelFilePage

protected KaomCreationWizardPage domainModelFilePage
Generated:
This code was automatically generated.

diagram

protected Resource diagram
Generated:
This code was automatically generated.
Constructor Detail

KaomCreationWizard

public KaomCreationWizard()
Method Detail

getWorkbench

public IWorkbench getWorkbench()
Generated:
This code was automatically generated.

getSelection

public IStructuredSelection getSelection()
Generated:
This code was automatically generated.

getDiagram

public final Resource getDiagram()
Generated:
This code was automatically generated.

isOpenNewlyCreatedDiagramEditor

public final boolean isOpenNewlyCreatedDiagramEditor()
Generated:
This code was automatically generated.

setOpenNewlyCreatedDiagramEditor

public void setOpenNewlyCreatedDiagramEditor(boolean openNewlyCreatedDiagramEditor)
Generated:
This code was automatically generated.

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
Specified by:
init in interface IWorkbenchWizard
Generated:
This code was automatically generated.

addPages

public void addPages()
Specified by:
addPages in interface IWizard
Overrides:
addPages in class Wizard
Generated:
This code was automatically generated.

performFinish

public boolean performFinish()
Specified by:
performFinish in interface IWizard
Specified by:
performFinish in class Wizard
Generated:
This code was automatically generated.