Class AbstractProjectCreationDescriptor

    • Constructor Detail

      • AbstractProjectCreationDescriptor

        public AbstractProjectCreationDescriptor()
    • Method Detail

      • getProjectType

        public abstract java.lang.String getProjectType()
        The name of supported Eclipse projects.
        Returns:
        The type of Eclipse projects, e.g., Java Project.
      • getProjectConfigurator

        public abstract IEASyProjectConfigurator getProjectConfigurator()
        Factory: The configurator to configure the new EASy project.
        Returns:
        The configurator to configure the new EASy project, if null an Eclipsem project without any natures will be created.
      • getPriority

        public abstract int getPriority()
        Used to sort the configurators.
        Returns:
        The lower the number, the earlier the configurator is displayed.