Class PCMCharacterizedDataDictionaryWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.palladiosimulator.dataflow.confidentiality.ui.wizard.AbstractXtextFileCreationWizard
-
- org.palladiosimulator.dataflow.confidentiality.ui.wizard.AbstractCharacterizedDataDictionaryWizard
-
- org.palladiosimulator.dataflow.confidentiality.pcm.ui.PCMCharacterizedDataDictionaryWizard
-
- All Implemented Interfaces:
IShellProvider,IWizard,INewWizard,IWorkbenchWizard
public class PCMCharacterizedDataDictionaryWizard extends org.palladiosimulator.dataflow.confidentiality.ui.wizard.AbstractCharacterizedDataDictionaryWizard
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.dataflow.confidentiality.ui.wizard.AbstractXtextFileCreationWizard
fileCreationPage, fileExtension, fileTypeName, injector, workbench
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description PCMCharacterizedDataDictionaryWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateDataDictionary(IFile file, IProgressMonitor progressMonitor)booleanperformFinish()-
Methods inherited from class org.palladiosimulator.dataflow.confidentiality.ui.wizard.AbstractCharacterizedDataDictionaryWizard
createXtextFile
-
Methods inherited from class org.palladiosimulator.dataflow.confidentiality.ui.wizard.AbstractXtextFileCreationWizard
addPages, getCurrentPage, getFileToCreate, init, validateFilename
-
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
-
-
-
-
Method Detail
-
performFinish
public boolean performFinish()
- Specified by:
performFinishin interfaceIWizard- Overrides:
performFinishin classorg.palladiosimulator.dataflow.confidentiality.ui.wizard.AbstractXtextFileCreationWizard
-
createDataDictionary
protected void createDataDictionary(IFile file, IProgressMonitor progressMonitor) throws CoreException
- Specified by:
createDataDictionaryin classorg.palladiosimulator.dataflow.confidentiality.ui.wizard.AbstractCharacterizedDataDictionaryWizard- Throws:
CoreException
-
-