org.eclipse.ohf.stem.ui.wizards
Class NewSTEMProjectWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.ohf.stem.ui.wizards.NewSTEMProjectWizard
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class NewSTEMProjectWizard
extends org.eclipse.jface.wizard.Wizard
implements org.eclipse.ui.INewWizard, org.eclipse.core.runtime.IExecutableExtension

This class is an eclipse Wizard for creating new STEM projects.


Nested Class Summary
static class NewSTEMProjectWizard.NewAction
          Run the Wizard from an Action
 
Field Summary
static java.lang.String DECORATORS_FOLDER_NAME
          The name of the folder used to serialize Decorators in a project.
static java.lang.String GRAPHS_FOLDER_NAME
          The name of the folder used to serialize Graphs in a project.
static java.lang.String ID_STEM_PROJECT_WIZARD
          This is the identifier of the Wizard that creates a STEM project.
static java.lang.String MODELS_FOLDER_NAME
          The name of the folder used to serialize Models in a project.
static java.lang.String SCEANARIOS_FOLDER_NAME
          The name of the folder used to serialize Scenarios in a project.
static java.lang.String SEQUENCERS_FOLDER_NAME
          The name of the folder used to serialize Sequencers in a project.
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
NewSTEMProjectWizard()
           
 
Method Summary
 void addPages()
           
 void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
           
 boolean performFinish()
           
 void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, java.lang.String propertyName, java.lang.Object data)
           
 
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
equals, 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

ID_STEM_PROJECT_WIZARD

public static final java.lang.String ID_STEM_PROJECT_WIZARD
This is the identifier of the Wizard that creates a STEM project. "org.eclipse.ohf.stem.ui.wizards.newstemproject"

See Also:
Constant Field Values

GRAPHS_FOLDER_NAME

public static final java.lang.String GRAPHS_FOLDER_NAME
The name of the folder used to serialize Graphs in a project.

See Also:
Constant Field Values

MODELS_FOLDER_NAME

public static final java.lang.String MODELS_FOLDER_NAME
The name of the folder used to serialize Models in a project.

See Also:
Constant Field Values

SCEANARIOS_FOLDER_NAME

public static final java.lang.String SCEANARIOS_FOLDER_NAME
The name of the folder used to serialize Scenarios in a project.

See Also:
Constant Field Values

DECORATORS_FOLDER_NAME

public static final java.lang.String DECORATORS_FOLDER_NAME
The name of the folder used to serialize Decorators in a project.

See Also:
Constant Field Values

SEQUENCERS_FOLDER_NAME

public static final java.lang.String SEQUENCERS_FOLDER_NAME
The name of the folder used to serialize Sequencers in a project.

See Also:
Constant Field Values
Constructor Detail

NewSTEMProjectWizard

public NewSTEMProjectWizard()
Method Detail

init

public void init(org.eclipse.ui.IWorkbench workbench,
                 org.eclipse.jface.viewers.IStructuredSelection selection)
Specified by:
init in interface org.eclipse.ui.IWorkbenchWizard

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard

setInitializationData

public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
                                  java.lang.String propertyName,
                                  java.lang.Object data)
                           throws org.eclipse.core.runtime.CoreException
Specified by:
setInitializationData in interface org.eclipse.core.runtime.IExecutableExtension
Throws:
org.eclipse.core.runtime.CoreException