Interface IWizardPageDescriptor

    • Method Detail

      • getFileExtension

        java.lang.String getFileExtension()
        The file extension to be created (needed for a consistency check).
        Returns:
        The file extension without a leading dot.
      • getImageDescriptor

        org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
        An image for the AbstractFiletypeWizardPage.
        Returns:
        A loaded image or null.
      • getDefaultFileName

        java.lang.String getDefaultFileName()
        A default name as a suggestion for the user.
        Returns:
        Something like "new_file.extension".