Class ManifestationModelWizard

    • Field Detail

      • FILE_EXTENSIONS

        public static final java.util.List<java.lang.String> FILE_EXTENSIONS
        The supported extensions for created files.
        Generated class or method.
      • FORMATTED_FILE_EXTENSIONS

        public static final java.lang.String FORMATTED_FILE_EXTENSIONS
        A formatted list of supported file extensions, suitable for display.
        Generated class or method.
      • manifestationPackage

        protected ManifestationPackage manifestationPackage
        This caches an instance of the model package.
        Generated class or method.
      • manifestationFactory

        protected ManifestationFactory manifestationFactory
        This caches an instance of the model factory.
        Generated class or method.
      • selection

        protected IStructuredSelection selection
        Remember the selection during initialization for populating the default container.
        Generated class or method.
      • workbench

        protected IWorkbench workbench
        Remember the workbench during initialization.
        Generated class or method.
      • initialObjectNames

        protected java.util.List<java.lang.String> initialObjectNames
        Caches the names of the types that can be created as the root object.
        Generated class or method.
    • Constructor Detail

      • ManifestationModelWizard

        public ManifestationModelWizard()
    • Method Detail

      • getInitialObjectNames

        protected java.util.Collection<java.lang.String> getInitialObjectNames()
        Returns the names of the types that can be created as the root object.
        Generated class or method.
      • createInitialModel

        protected EObject createInitialModel()
        Create a new model.
        Generated class or method.
      • performFinish

        public boolean performFinish()
        Do the work after everything is specified.
        Specified by:
        performFinish in interface IWizard
        Specified by:
        performFinish in class Wizard
        Generated class or method.
      • addPages

        public void addPages()
        The framework calls this to create the contents of the wizard.
        Specified by:
        addPages in interface IWizard
        Overrides:
        addPages in class Wizard
        Generated class or method.
      • getModelFile

        public IFile getModelFile()
        Get the file from the page.
        Generated class or method.