org.eclipse.emf.importer.ui.contribution
Interface IModelImporterWizard
- All Superinterfaces:
- INewWizard, IWizard, IWorkbenchWizard
- All Known Implementing Classes:
- ModelImporterWizard
- 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
public void setOriginalGenModelFile(IFile originalGenModel)
getOriginalGenModelFile
public IFile getOriginalGenModelFile()
setModelFile
public void setModelFile(IFile modelFile)
getModelFile
public IFile getModelFile()
setGenModelProjectLocation
public void setGenModelProjectLocation(IPath projectLocation)
getGenModelProjectLocation
public IPath getGenModelProjectLocation()
setGenModelProjectPath
public void setGenModelProjectPath(IPath projectPath)
getGenModelProjectPath
public IPath getGenModelProjectPath()
setGenModelContainerPath
public void setGenModelContainerPath(IPath path)
getGenModelContainerPath
public IPath getGenModelContainerPath()
setGenModelFileName
public void setGenModelFileName(String fileName)
getGenModelFileName
public String getGenModelFileName()
getFileExtensions
public List getFileExtensions()