Uses of Class
org.uberfire.ext.plugin.model.PluginType
-
Packages that use PluginType Package Description org.uberfire.ext.plugin.event org.uberfire.ext.plugin.model org.uberfire.ext.plugin.service org.uberfire.ext.plugin.type -
-
Uses of PluginType in org.uberfire.ext.plugin.event
Methods in org.uberfire.ext.plugin.event that return PluginType Modifier and Type Method Description PluginTypePluginRenamed. getOldPluginType()PluginTypePluginDeleted. getPluginType()PluginTypeNewPluginRegistered. getType()PluginTypePluginUnregistered. getType()Constructors in org.uberfire.ext.plugin.event with parameters of type PluginType Constructor Description NewPluginRegistered(String name, PluginType type)PluginUnregistered(String name, PluginType type) -
Uses of PluginType in org.uberfire.ext.plugin.model
Methods in org.uberfire.ext.plugin.model that return PluginType Modifier and Type Method Description PluginTypeActivity. getType()static PluginTypePluginType. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginType[]PluginType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.ext.plugin.model with parameters of type PluginType Constructor Description Activity(String name, PluginType type)DynamicMenu(String name, PluginType type, org.uberfire.backend.vfs.Path path, Collection<DynamicMenuItem> menuItems)LayoutEditorModel(String name, PluginType type, org.uberfire.backend.vfs.Path path, String layoutEditorModel)Plugin(String name, PluginType type, org.uberfire.backend.vfs.Path path)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) -
Uses of PluginType in org.uberfire.ext.plugin.service
Methods in org.uberfire.ext.plugin.service with parameters of type PluginType Modifier and Type Method Description PluginPluginServices. createNewPlugin(String name, PluginType type)LayoutEditorModelPluginServices. getLayoutEditor(org.uberfire.backend.vfs.Path path, PluginType pluginType)Collection<LayoutEditorModel>PluginServices. listLayoutEditor(PluginType pluginType)Collection<Plugin>PluginServices. listPlugins(PluginType type) -
Uses of PluginType in org.uberfire.ext.plugin.type
Methods in org.uberfire.ext.plugin.type that return PluginType Modifier and Type Method Description static PluginTypeTypeConverterUtil. fromPath(org.uberfire.backend.vfs.Path path)static PluginTypeTypeConverterUtil. fromResourceType(org.uberfire.workbench.type.ResourceTypeDefinition resource)
-