|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.ohf.stem.ui.wizards.NewSTEMProjectWizard
public class NewSTEMProjectWizard
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 Decorator s in a
project. |
static java.lang.String |
GRAPHS_FOLDER_NAME
The name of the folder used to serialize Graph s 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 Model s in a
project. |
static java.lang.String |
SCEANARIOS_FOLDER_NAME
The name of the folder used to serialize Scenario s in a
project. |
static java.lang.String |
SEQUENCERS_FOLDER_NAME
The name of the folder used to serialize Sequencer s 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 |
---|
public static final java.lang.String ID_STEM_PROJECT_WIZARD
public static final java.lang.String GRAPHS_FOLDER_NAME
Graph
s in a
project.
public static final java.lang.String MODELS_FOLDER_NAME
Model
s in a
project.
public static final java.lang.String SCEANARIOS_FOLDER_NAME
Scenario
s in a
project.
public static final java.lang.String DECORATORS_FOLDER_NAME
Decorator
s in a
project.
public static final java.lang.String SEQUENCERS_FOLDER_NAME
Sequencer
s in a
project.
Constructor Detail |
---|
public NewSTEMProjectWizard()
Method Detail |
---|
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
init
in interface org.eclipse.ui.IWorkbenchWizard
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, java.lang.String propertyName, java.lang.Object data) throws org.eclipse.core.runtime.CoreException
setInitializationData
in interface org.eclipse.core.runtime.IExecutableExtension
org.eclipse.core.runtime.CoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |