| Package | Description |
|---|---|
| org.carewebframework.shell.plugins |
| Modifier and Type | Class and Description |
|---|---|
class |
PluginResourceAction
Resource for declaring actions supported by a plugin.
|
class |
PluginResourceBean
Resource for declaring helper beans associated with the plugin.
|
class |
PluginResourceButton
Resource for declaring buttons to appear on common toolbar.
|
class |
PluginResourceCommand
Resource for declaring commands supported by a plugin.
|
class |
PluginResourceCSS
Resource for declaring style sheets associated with the plugin.
|
class |
PluginResourceHelp
Resource for declaring items to appear under the help menu.
|
class |
PluginResourceMenu
Resource for declaring items to appear on the common menu.
|
class |
PluginResourcePropertyGroup
Resource for declaring property groups associated with the plugin.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IPluginResource> |
PluginDefinition.getResources(Class<E> clazz)
Returns the list of plugin resources belonging to the specified resource class.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPluginResource> |
PluginDefinition.getResources()
Returns the list of associated plugin resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginDefinition.setResources(List<IPluginResource> resources)
Adds resources from the list to the list of resources associated with this plugin.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.