Class VTLWizardPageDescriptor
- java.lang.Object
-
- de.uni_hildesheim.sse.vil.templatelang.ui.wizards.VTLWizardPageDescriptor
-
- All Implemented Interfaces:
IWizardPageDescriptor
public class VTLWizardPageDescriptor extends java.lang.Object implements IWizardPageDescriptor
Specification of theVTLFiletypeWizardPage.- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description VTLWizardPageDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDefaultFileName()A default name as a suggestion for the user.java.lang.StringgetDescription()A description of theAbstractFiletypeWizardPage.java.lang.StringgetFileExtension()The file extension to be created (needed for a consistency check).org.eclipse.jface.resource.ImageDescriptorgetImageDescriptor()An image for theAbstractFiletypeWizardPage.java.lang.StringgetTitle()The title of theAbstractFiletypeWizardPage.
-
-
-
Method Detail
-
getFileExtension
public java.lang.String getFileExtension()
Description copied from interface:IWizardPageDescriptorThe file extension to be created (needed for a consistency check).- Specified by:
getFileExtensionin interfaceIWizardPageDescriptor- Returns:
- The file extension without a leading dot.
-
getTitle
public java.lang.String getTitle()
Description copied from interface:IWizardPageDescriptorThe title of theAbstractFiletypeWizardPage.- Specified by:
getTitlein interfaceIWizardPageDescriptor- Returns:
- A short title.
-
getDescription
public java.lang.String getDescription()
Description copied from interface:IWizardPageDescriptorA description of theAbstractFiletypeWizardPage.- Specified by:
getDescriptionin interfaceIWizardPageDescriptor- Returns:
- A description.
-
getImageDescriptor
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
Description copied from interface:IWizardPageDescriptorAn image for theAbstractFiletypeWizardPage.- Specified by:
getImageDescriptorin interfaceIWizardPageDescriptor- Returns:
- A loaded image or null.
-
getDefaultFileName
public java.lang.String getDefaultFileName()
Description copied from interface:IWizardPageDescriptorA default name as a suggestion for the user.- Specified by:
getDefaultFileNamein interfaceIWizardPageDescriptor- Returns:
- Something like "new_file.extension".
-
-