Uses of Class
org.eclipse.pde.ui.templates.AbstractChoiceOption
-
Packages that use AbstractChoiceOption Package Description org.eclipse.pde.ui.templates Application programming interfaces for contributing to and extending PDE project templates. -
-
Uses of AbstractChoiceOption in org.eclipse.pde.ui.templates
Subclasses of AbstractChoiceOption in org.eclipse.pde.ui.templates Modifier and Type Class Description class
ComboChoiceOption
Implementation of the AbstractTemplateOption that allows users to choose a value from the fixed set of options using a combo box.class
RadioChoiceOption
Implementation of the AbstractTemplateOption that allows users to choose a value from the fixed set of options using radio buttons.
-