Uses of Class
org.uberfire.ext.plugin.model.Framework
-
Packages that use Framework Package Description org.uberfire.ext.plugin.model -
-
Uses of Framework in org.uberfire.ext.plugin.model
Methods in org.uberfire.ext.plugin.model that return Framework Modifier and Type Method Description static FrameworkFramework. valueOf(String name)Returns the enum constant of this type with the specified name.static Framework[]Framework. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.plugin.model that return types with arguments of type Framework Modifier and Type Method Description Collection<Framework>PluginSimpleContent. getFrameworks()Constructor parameters in org.uberfire.ext.plugin.model with type arguments of type Framework Constructor Description PluginContent(String name, PluginType type, org.uberfire.backend.vfs.Path path, String template, String css, Map<CodeType,String> codeMap, Set<Framework> frameworks, Language language, Set<Media> mediaLibrary)PluginSimpleContent(String name, PluginType type, org.uberfire.backend.vfs.Path path, String template, String css, Map<CodeType,String> codeMap, Set<Framework> frameworks, Language language)PluginSimpleContent(PluginSimpleContent pluginContent, String template, String css, Map<CodeType,String> codeMap, Collection<Framework> frameworks, Language language)
-