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

Method Summary
 List getFileExtensions()
           
 IPath getGenModelContainerPath()
           
 String getGenModelFileName()
           
 IPath getGenModelProjectLocation()
           
 IPath getGenModelProjectPath()
           
 IFile getModelFile()
           
 IFile getOriginalGenModelFile()
           
 void setGenModelContainerPath(IPath path)
           
 void setGenModelFileName(String fileName)
           
 void setGenModelProjectLocation(IPath projectLocation)
           
 void setGenModelProjectPath(IPath projectPath)
           
 void setModelFile(IFile modelFile)
           
 void setOriginalGenModelFile(IFile originalGenModel)
           
 
Methods inherited from interface org.eclipse.ui.IWorkbenchWizard
init
 
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
 

Method Detail

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()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.