Class VTLPageCreator
- java.lang.Object
-
- de.uni_hildesheim.sse.vil.templatelang.ui.wizards.VTLPageCreator
-
- All Implemented Interfaces:
IWizardPageFactory
class VTLPageCreator extends java.lang.Object implements IWizardPageFactory
Creates the contents of theVTLFiletypeWizard.- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description VTLPageCreator()
-
Method Summary
All Methods Instance Methods Concrete 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
public AbstractFiletypeWizardPage createPage(org.eclipse.jface.viewers.ISelection selection)
Description copied from interface:IWizardPageFactoryCreates a newAbstractFiletypeWizardPage.- Specified by:
createPagein interfaceIWizardPageFactory- Parameters:
selection- The selection given by theAbstractFiletypeWizard.- Returns:
- A
AbstractFiletypeWizardPageinstance for the relatedAbstractFiletypeWizard.
-
getFileExtension
public java.lang.String getFileExtension()
Description copied from interface:IWizardPageFactoryThe file extension of files created by theAbstractFiletypeWizard.- Specified by:
getFileExtensionin interfaceIWizardPageFactory- Returns:
- The file extension of files to be created, including a leading dot.
-
-