| Package | Description |
|---|---|
| org.carewebframework.shell | |
| org.carewebframework.shell.plugins |
| Modifier and Type | Method and Description |
|---|---|
ElementPlugin |
CareWebShell.getActivatedPlugin(String id)
Locates an activated plugin with the specified id.
|
ElementPlugin |
CareWebShell.getLoadedPlugin(String id)
Locates a loaded plugin with the specified id.
|
ElementPlugin |
CareWebShell.getLoadedPlugin(String id,
boolean forceInit)
Locates a loaded plugin with the specified id.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ElementPlugin> |
CareWebShell.getActivatedPlugins()
Returns a list of all active plugins.
|
Collection<ElementPlugin> |
CareWebShell.getActivatedPlugins(Collection<ElementPlugin> list)
Populates a list of all activated plugins.
|
Iterable<ElementPlugin> |
CareWebShell.getLoadedPlugins()
Returns a list of all plugins currently loaded into the UI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CareWebShell.registerPlugin(ElementPlugin plugin)
Registers a plugin and its resources.
|
void |
CareWebShell.unregisterPlugin(ElementPlugin plugin)
Unregisters a plugin and its resources.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ElementPlugin> |
CareWebShell.getActivatedPlugins(Collection<ElementPlugin> list)
Populates a list of all activated plugins.
|
| Modifier and Type | Method and Description |
|---|---|
ElementPlugin |
PluginEvent.getPlugin()
Returns the plugin upon which the action is performed.
|
ElementPlugin |
PluginController.getPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginController.onLoad(ElementPlugin plugin) |
void |
IPluginEvent.onLoad(ElementPlugin plugin)
Fired when the plugin is first loaded
|
| Constructor and Description |
|---|
PluginEvent(ElementPlugin plugin,
PluginEvent.PluginAction action)
Creates an event to encapsulate an action on the specified plugin.
|
PluginEvent(ElementPlugin plugin,
PluginEvent.PluginAction action,
Object data)
Creates an event to encapsulate an action on the specified plugin.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.