org.eclipse.emf.importer.ui.contribution
Interface IModelImporterWizard
- All Superinterfaces:
- INewWizard, IWizard, IWorkbenchWizard
- All Known Implementing Classes:
- EcoreImporterWizard, JavaImporterWizard, ModelImporterWizard, RoseImporterWizard, XcoreImporterWizard
public interface IModelImporterWizard
- extends INewWizard
- Since:
- 2.1.0
Methods inherited from interface org.eclipse.jface.wizard.IWizard |
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer |
setOriginalGenModelFile
void setOriginalGenModelFile(IFile originalGenModel)
getOriginalGenModelFile
IFile getOriginalGenModelFile()
setModelFile
void setModelFile(IFile modelFile)
getModelFile
IFile getModelFile()
setGenModelProjectLocation
void setGenModelProjectLocation(IPath projectLocation)
getGenModelProjectLocation
IPath getGenModelProjectLocation()
setGenModelProjectPath
void setGenModelProjectPath(IPath projectPath)
getGenModelProjectPath
IPath getGenModelProjectPath()
setGenModelContainerPath
void setGenModelContainerPath(IPath path)
getGenModelContainerPath
IPath getGenModelContainerPath()
setGenModelFileName
void setGenModelFileName(java.lang.String fileName)
getGenModelFileName
java.lang.String getGenModelFileName()
getFileExtensions
java.util.List<java.lang.String> getFileExtensions()
setWorkingSets
void setWorkingSets(IWorkingSet[] workingSets)
- Since:
- 3.3
getWorkingSets
IWorkingSet[] getWorkingSets()
- Since:
- 3.3