| Package | Description |
|---|---|
| org.carewebframework.shell | |
| org.carewebframework.shell.layout | |
| org.carewebframework.shell.plugins |
| Modifier and Type | Method and Description |
|---|---|
PluginContainer |
CareWebShell.getActivatedPlugin(String id)
Locates an activated plugin with the specified id.
|
PluginContainer |
CareWebShell.getLoadedPlugin(String id)
Locates a loaded plugin with the specified id.
|
PluginContainer |
CareWebShell.getLoadedPlugin(String id,
boolean forceInit)
Locates a loaded plugin with the specified id.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<PluginContainer> |
CareWebShell.getActivatedPlugins()
Returns a list of all active plugins.
|
Collection<PluginContainer> |
CareWebShell.getActivatedPlugins(Collection<PluginContainer> list)
Populates a list of all activated plugins.
|
Iterable<PluginContainer> |
CareWebShell.getLoadedPlugins()
Returns a list of all plugins currently loaded into the UI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CareWebShell.registerPlugin(PluginContainer plugin)
Registers a plugin and its resources.
|
void |
CareWebShell.unregisterPlugin(PluginContainer plugin)
Unregisters a plugin and its resources.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PluginContainer> |
CareWebShell.getActivatedPlugins(Collection<PluginContainer> list)
Populates a list of all activated plugins.
|
| Modifier and Type | Method and Description |
|---|---|
PluginContainer |
UIElementPlugin.getContainer()
Returns the container wrapped by this UI element.
|
| Modifier and Type | Method and Description |
|---|---|
PluginContainer |
PluginEvent.getContainer()
Returns the container upon which the action is performed.
|
PluginContainer |
PluginController.getContainer() |
static PluginContainer |
PluginContainer.getContainer(org.zkoss.zk.ui.Component comp)
Returns the plugin container for the given component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginController.onLoad(PluginContainer container) |
void |
IPluginEvent.onLoad(PluginContainer container)
Fired when the plugin is first loaded
|
void |
PluginResourcePropertyGroup.process(PluginContainer container)
Registers the property resource with the container.
|
void |
PluginResourceMenu.process(PluginContainer container)
Registers the menu resource with the container.
|
void |
PluginResourceHelp.process(PluginContainer container)
Registers the help resource with the container.
|
void |
PluginResourceCSS.process(PluginContainer container)
Registers the css resource with the container.
|
void |
PluginResourceCommand.process(PluginContainer container)
Registers the command resource with the container.
|
void |
PluginResourceButton.process(PluginContainer container)
Registers the button resource with the container.
|
void |
PluginResourceBean.process(PluginContainer container)
Registers the css resource with the container.
|
void |
PluginResourceAction.process(PluginContainer container)
Registers the action resource with the action registry.
|
void |
IPluginResource.process(PluginContainer container)
Delegates the processing of a plugin resource to its container.
|
| Constructor and Description |
|---|
PluginEvent(PluginContainer container,
PluginEvent.PluginAction action)
Creates an event to encapsulate an action on the specified container.
|
PluginEvent(PluginContainer container,
PluginEvent.PluginAction action,
Object data)
Creates an event to encapsulate an action on the specified container.
|
Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.