Interface IWizardPageFactory
-
- All Known Implementing Classes:
CommentsPageCreator,IVMLPageCreator,VILPageCreator,VTLPageCreator
public interface IWizardPageFactoryFactory interface for individual wizard pages.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractFiletypeWizardPagecreatePage(org.eclipse.jface.viewers.ISelection selection)Creates a newAbstractFiletypeWizardPage.java.lang.StringgetFileExtension()The file extension of files created by theAbstractFiletypeWizard.
-
-
-
Method Detail
-
createPage
AbstractFiletypeWizardPage createPage(org.eclipse.jface.viewers.ISelection selection)
Creates a newAbstractFiletypeWizardPage.- Parameters:
selection- The selection given by theAbstractFiletypeWizard.- Returns:
- A
AbstractFiletypeWizardPageinstance for the relatedAbstractFiletypeWizard.
-
getFileExtension
java.lang.String getFileExtension()
The file extension of files created by theAbstractFiletypeWizard.- Returns:
- The file extension of files to be created, including a leading dot.
-
-