Package | Description |
---|---|
org.uberfire.ext.plugin.event | |
org.uberfire.ext.plugin.model | |
org.uberfire.ext.plugin.service |
Modifier and Type | Method and Description |
---|---|
Plugin |
BasePluginEvent.getPlugin() |
Constructor and Description |
---|
BasePluginEvent(Plugin plugin,
SessionInfo sessionInfo) |
PluginAdded(Plugin plugin,
SessionInfo sessionInfo) |
PluginDeleted(Plugin plugin,
SessionInfo sessionInfo) |
PluginRenamed(String oldPluginName,
Plugin plugin,
SessionInfo sessionInfo) |
PluginSaved(Plugin plugin,
SessionInfo sessionInfo) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicMenu |
class |
LayoutEditorModel |
class |
PluginContent |
class |
PluginSimpleContent |
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginServices.createNewPlugin(String name,
PluginType type) |
Modifier and Type | Method and Description |
---|---|
Collection<Plugin> |
PluginServices.listPlugins() |
Modifier and Type | Method and Description |
---|---|
Path |
PluginServices.save(Plugin plugin,
String commitMessage) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.