Uses of Class
net.ssehub.easy.producer.ui.project_management.AbstractProjectCreationDescriptor
-
Packages that use AbstractProjectCreationDescriptor Package Description net.ssehub.easy.producer.ui.project_management This package contains classes to create EASy projects within the Eclipse workspace. -
-
Uses of AbstractProjectCreationDescriptor in net.ssehub.easy.producer.ui.project_management
Subclasses of AbstractProjectCreationDescriptor in net.ssehub.easy.producer.ui.project_management Modifier and Type Class Description classEclipseProjectConfigurationDescriptorCreates an EASy project based on a plain Eclipse project without any programming language specific stuff.classJavaProjectConfigurationDescriptorAbstractProjectCreationDescriptorto configur EASy projects as Java projects.Fields in net.ssehub.easy.producer.ui.project_management with type parameters of type AbstractProjectCreationDescriptor Modifier and Type Field Description private static java.util.List<AbstractProjectCreationDescriptor>ProjectConfigurationRegistry. descriptorsMethods in net.ssehub.easy.producer.ui.project_management that return AbstractProjectCreationDescriptor Modifier and Type Method Description static AbstractProjectCreationDescriptorProjectConfigurationRegistry. getDescriptor(int index)Returns the selectedAbstractProjectCreationDescriptor.Methods in net.ssehub.easy.producer.ui.project_management with parameters of type AbstractProjectCreationDescriptor Modifier and Type Method Description intAbstractProjectCreationDescriptor. compareTo(AbstractProjectCreationDescriptor other)static voidProjectConfigurationRegistry. registerProjectDescriptor(AbstractProjectCreationDescriptor descriptor)Registers a newAbstractProjectCreationDescriptor.
-