org.eclipse.cdt.ui.wizards
Interface IWizardWithMemory

All Superinterfaces:
org.eclipse.jface.wizard.IWizard
All Known Implementing Classes:
CCProjectWizard, CDTCommonProjectWizard, CDTProjectWizard, CProjectWizard

public interface IWizardWithMemory
extends org.eclipse.jface.wizard.IWizard


Method Summary
 org.eclipse.core.runtime.IPath getLastProjectLocation()
           
 java.lang.String getLastProjectName()
           
 
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

getLastProjectName

java.lang.String getLastProjectName()

getLastProjectLocation

org.eclipse.core.runtime.IPath getLastProjectLocation()