Skip navigation links
A B C D E F G I M O R S U V 

A

ActionListener - Class in org.carewebframework.plugin.infopanel.controller
Listens for a generic event and executes the associated action on the target when the event is detected.
ActionListener(String, IInfoPanel.Action) - Constructor for class org.carewebframework.plugin.infopanel.controller.ActionListener
 
afterInitialized(BaseComponent) - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Set the drop id of the root component.
ALERT_ACTION_EVENT - Static variable in class org.carewebframework.plugin.infopanel.controller.MainController
 
ALERT_EVENT_NAME - Static variable in interface org.carewebframework.plugin.infopanel.model.IInfoPanel
 
AlertContainer - Class in org.carewebframework.plugin.infopanel.controller
Container for receiving components rendered by drop renderer.
associateEvent(BaseComponent, String, IInfoPanel.Action) - Static method in class org.carewebframework.plugin.infopanel.service.InfoPanelService
Associate a generic event with an action on this component's container.

B

bindActionListeners(IActionTarget, List<ActionListener>) - Static method in class org.carewebframework.plugin.infopanel.controller.ActionListener
Binds the action listeners to the specified target.

C

clearAlerts() - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Clear all alerts.
clearAlerts() - Method in interface org.carewebframework.plugin.infopanel.model.IInfoPanel
Clears all alerts.

D

destroy() - Method in class org.carewebframework.plugin.infopanel.controller.DropContainer
 
doAction(IInfoPanel.Action) - Method in class org.carewebframework.plugin.infopanel.controller.AlertContainer
Perform the specified action on the drop container.
doAction(IInfoPanel.Action) - Method in class org.carewebframework.plugin.infopanel.controller.DropContainer
Perform the specified action on the drop container.
doAction(IInfoPanel.Action) - Method in interface org.carewebframework.plugin.infopanel.model.IActionTarget
 
drop(BaseComponent) - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Drops the specified item onto the panel, invoking its renderer.
DROP_EVENT_NAME - Static variable in interface org.carewebframework.plugin.infopanel.model.IInfoPanel
 
DROP_ID - Static variable in interface org.carewebframework.plugin.infopanel.model.IInfoPanel
 
DropContainer - Class in org.carewebframework.plugin.infopanel.controller
Container for receiving components rendered by drop renderer.
DropContainer() - Constructor for class org.carewebframework.plugin.infopanel.controller.DropContainer
 

E

EVENT_NAME - Static variable in interface org.carewebframework.plugin.infopanel.model.IInfoPanel
 
eventCallback(String, Object) - Method in class org.carewebframework.plugin.infopanel.controller.ActionListener
This is the callback for the generic event that is monitored by this listener.

F

findInfoPanel(ElementPlugin.PluginContainer, boolean) - Static method in class org.carewebframework.plugin.infopanel.service.InfoPanelService
Finds the "nearest" info panel.
findInfoPanel(ElementPlugin.PluginContainer) - Static method in class org.carewebframework.plugin.infopanel.service.InfoPanelService
Finds the "nearest" active info panel.
findInfoPanel(ElementBase, boolean) - Static method in class org.carewebframework.plugin.infopanel.service.InfoPanelService
Finds the "nearest" info panel.
findInfoPanel(ElementBase) - Static method in class org.carewebframework.plugin.infopanel.service.InfoPanelService
Finds the "nearest" active info panel.

G

getActionListeners(BaseComponent) - Static method in class org.carewebframework.plugin.infopanel.service.InfoPanelService
Returns a list of events associated with a component.
getDropId() - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Returns the drop id for the panel.

I

IActionTarget - Interface in org.carewebframework.plugin.infopanel.model
Interface for interacting with the target of an action.
IInfoPanel - Interface in org.carewebframework.plugin.infopanel.model
Interface for interacting with an information panel.
IInfoPanel.Action - Enum in org.carewebframework.plugin.infopanel.model
 
InfoPanelService - Class in org.carewebframework.plugin.infopanel.service
Static methods for interacting with an info panel.

M

MainController - Class in org.carewebframework.plugin.infopanel.controller
Controller for the main info panel.
MainController() - Constructor for class org.carewebframework.plugin.infopanel.controller.MainController
 
moveToTop() - Method in class org.carewebframework.plugin.infopanel.controller.DropContainer
Moves an existing entry to the beginning of the stream.
moveToTop(BaseComponent) - Method in class org.carewebframework.plugin.infopanel.controller.DropContainer
Moves this entry to the beginning of the stream.

O

onAlertAction$alertRoot(Event) - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Handles onAlertAction event which an alert container sends after it has processed an action.
onClick$alertIcon() - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Toggles the alert panel open state.
onDrop(DropEvent) - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Handler for drop events.
onLoad(ElementPlugin) - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Subscribe to drop request events.
onUnload() - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Unsubscribe from drop request events.
org.carewebframework.plugin.infopanel.controller - package org.carewebframework.plugin.infopanel.controller
 
org.carewebframework.plugin.infopanel.model - package org.carewebframework.plugin.infopanel.model
 
org.carewebframework.plugin.infopanel.service - package org.carewebframework.plugin.infopanel.service
 

R

registerMenuItem(Menuitem, String) - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Adds a menu item to the panel's menu bar.
registerMenuItem(Menuitem, String) - Method in interface org.carewebframework.plugin.infopanel.model.IInfoPanel
Registers a menu item with the drop panel using the specified menu path.
render(BaseComponent, BaseComponent) - Static method in class org.carewebframework.plugin.infopanel.controller.AlertContainer
Renders an alert in its container.
render(BaseComponent, BaseComponent) - Static method in class org.carewebframework.plugin.infopanel.controller.DropContainer
Renders a droppedItem in a container.

S

showAlert(BaseComponent) - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Displays an alert in the alert grid.
showAlert(BaseComponent) - Method in interface org.carewebframework.plugin.infopanel.model.IInfoPanel
Displays an alert.

U

unbindActionListeners(IActionTarget, List<ActionListener>) - Static method in class org.carewebframework.plugin.infopanel.controller.ActionListener
Unbinds all action listeners from the specified target.
unregisterMenuItem(Menuitem) - Method in class org.carewebframework.plugin.infopanel.controller.MainController
Removes a menu item from the panel's menu bar.
unregisterMenuItem(Menuitem) - Method in interface org.carewebframework.plugin.infopanel.model.IInfoPanel
Unregisters a menu item from the drop panel.

V

valueOf(String) - Static method in enum org.carewebframework.plugin.infopanel.model.IInfoPanel.Action
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.carewebframework.plugin.infopanel.model.IInfoPanel.Action
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I M O R S U V 
Skip navigation links

Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.