Uses of Class
resources.projects.pluginwizard.ContentType
-
Packages that use ContentType Package Description resources.projects.pluginwizard -
-
Uses of ContentType in resources.projects.pluginwizard
Methods in resources.projects.pluginwizard that return ContentType Modifier and Type Method Description ContentType
NamePage. getPluginType()
Returns the type of plug-in that the dialog is formatted for.ContentType
ContentTypePage. getSelectedContentType()
Returns the selected plug-in content type.static ContentType
ContentType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ContentType[]
ContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in resources.projects.pluginwizard with parameters of type ContentType Modifier and Type Method Description void
NamePage. setPluginType(ContentType type)
Updates the controls to represent a particular type of plug-in.static void
KitUtilities. setPluginTypeConditionals(SETemplateProcessor proc, ContentType type)
Sets conditional variables in a template processor based on the plug-in type.void
ContentTypePage. setSelectedContentType(ContentType t)
Changes the type of plug-in content that is selected.Constructor parameters in resources.projects.pluginwizard with type arguments of type ContentType Constructor Description ContentTypePage(java.util.EnumSet<ContentType> allowedTypes, WizardModel model)
Creates new plug-in type selection page that allows selection from the specified types.
-