Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

about() - Static method in class org.carewebframework.shell.CareWebUtil
Displays the About dialog.
about() - Method in class org.carewebframework.shell.elements.ElementBase
Displays an about dialog for the UI element.
about() - Method in class org.carewebframework.shell.elements.ElementPlugin
 
AboutDialog - Class in org.carewebframework.shell
Displays an "about" dialog for a given UI element.
AboutDialog() - Constructor for class org.carewebframework.shell.AboutDialog
 
activate() - Method in class org.carewebframework.shell.elements.ElementPlugin
Activate the plugin.
activate(boolean) - Method in class org.carewebframework.shell.elements.ElementUI
Activates or inactivates a UI element.
activateChildren(boolean) - Method in class org.carewebframework.shell.elements.ElementPlugin
Passes the activation request to the container.
activateChildren(boolean) - Method in class org.carewebframework.shell.elements.ElementStepView
Activates the active pane.
activateChildren(boolean) - Method in class org.carewebframework.shell.elements.ElementTabView
Overrides activateChildren to ensure that only the active pane is affected.
activateChildren(boolean) - Method in class org.carewebframework.shell.elements.ElementTreePane
Forward only to active child.
activateChildren(boolean) - Method in class org.carewebframework.shell.elements.ElementTreeView
Only the active pane should receive the activation request.
activateChildren(boolean) - Method in class org.carewebframework.shell.elements.ElementUI
Default behavior is to pass activation/inactivation event to children.
add(String, PropertySerializer<?>, Class<? extends PropertyEditorBase<?>>) - Method in class org.carewebframework.shell.property.PropertyTypeRegistry
Registers a property type.
addCardinality(Class<? extends ElementBase>, Class<? extends ElementBase>, int) - Method in class org.carewebframework.shell.ancillary.RelatedClassMap
Adds cardinality relationship between source and target classes.
addChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Adds the specified child element.
addChild(ElementBase, boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Adds the specified child element.
addChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementDesktop
Overrides addChild to suppress onAddChild events for internally created children.
AddComponent - Class in org.carewebframework.shell.designer
Dialog for adding new component to UI.
AddComponent() - Constructor for class org.carewebframework.shell.designer.AddComponent
 
addHelpMenu(String, String) - Method in class org.carewebframework.shell.elements.ElementDesktop
Adds a menu item to the help menu subtree.
addHelpMenu(PluginResourceHelp) - Method in class org.carewebframework.shell.elements.ElementDesktop
Adds a menu item for the specified help resource.
addListener(BaseComponent) - Method in class org.carewebframework.shell.designer.Clipboard
 
addMenu(String, String) - Method in class org.carewebframework.shell.CareWebShell
Adds a menu.
addMenu(String, String, boolean) - Method in class org.carewebframework.shell.elements.ElementDesktop
Adds a menu item to the main menu.
addPropertyEditor(PropertyInfo, boolean) - Method in class org.carewebframework.shell.designer.PropertyGrid
Adds a property editor to the grid for the specified property definition.
addProxy(PropertyEditorCustomTree<T>.Proxy) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Add a proxy to the proxy list.
addTarget(ElementUI) - Method in class org.carewebframework.shell.elements.ElementTrigger
 
addToolbarComponent(BaseComponent) - Method in class org.carewebframework.shell.CareWebShell
Adds a component to the common tool bar.
addToolbarComponent(BaseComponent) - Method in class org.carewebframework.shell.elements.ElementPlugin
Adds the specified component to the toolbar container.
addToolbarComponent(BaseComponent, String) - Method in class org.carewebframework.shell.elements.ElementToolbar
Adds a component to the toolbar.
addTreenode(PropertyEditorCustomTree<T>.Proxy, BaseComponent, Treenode) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Adds a tree node under the specified parent.
addTrigger(ElementTrigger) - Method in class org.carewebframework.shell.elements.ElementUI
 
afterAddChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Called after a child is logically added to the parent.
afterAddChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementSplitterView
 
afterAddChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementTreePane
Initializes the child after it is added.
afterAddChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementTrigger
 
afterAddChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementUI
Called after a child is logically added to the parent.
afterInitialize(boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Subclasses may override this to implement any additional operations that are necessary after this element is initialized (i.e., after property values and parent element are set).
afterInitialize(boolean) - Method in class org.carewebframework.shell.elements.ElementLayout
If this is a linked layout, must deserialize from it.
afterInitialize(boolean) - Method in class org.carewebframework.shell.elements.ElementPlugin
Additional processing of the plugin after it is initialized.
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.AboutDialog
 
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.designer.AddComponent
Initialize the tree view based with list of plugins that may serve as children to the parent element.
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.designer.ClipboardViewer
 
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.designer.DesignContextMenu
 
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.designer.DesignMenu
Initialize the design menu.
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.designer.LayoutDesigner
 
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.designer.LayoutManager
 
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.designer.LayoutPrompt
 
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.designer.PropertyGrid
Initializes the property grid.
afterInitialized(BaseComponent) - Method in class org.carewebframework.shell.plugins.PluginController
Wire controller from toolbar components first, then from plugin.
afterMoveChild(ElementBase, ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Called after an element has been moved to a different position under this parent.
afterMoveChild(ElementBase, ElementBase) - Method in class org.carewebframework.shell.elements.ElementStepView
 
afterMoveChild(ElementBase, ElementBase) - Method in class org.carewebframework.shell.elements.ElementTreePane
Only the node needs to be resequenced, since pane sequencing is arbitrary.
afterMoveChild(ElementBase, ElementBase) - Method in class org.carewebframework.shell.elements.ElementTreeView
Only the node needs to be resequenced, since pane sequencing is arbitrary.
afterMoveChild(ElementBase, ElementBase) - Method in class org.carewebframework.shell.elements.ElementUI
Element has been moved to a different position under this parent.
afterParentChanged(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Called after the parent has been changed.
afterParentChanged(ElementBase) - Method in class org.carewebframework.shell.elements.ElementUI
Called after the parent has been changed.
afterRemoveChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Called after a child is logically removed from the parent.
afterRemoveChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementTreePane
 
afterRemoveChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementTreeView
Remove the associated tree node when a tree pane is removed.
afterRemoveChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementTrigger
 
afterRemoveChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementUI
Called after a child is logically removed from the parent.
appendItem(String) - Method in class org.carewebframework.shell.designer.PropertyEditorList
Append a new combo item using the specified label.
appendItem(String, Object) - Method in class org.carewebframework.shell.designer.PropertyEditorList
Append a new combo item using the specified label and internal value.
applyAction() - Method in class org.carewebframework.shell.elements.ElementActionBase
 
applyColor() - Method in class org.carewebframework.shell.elements.ElementButton
 
applyColor() - Method in class org.carewebframework.shell.elements.ElementLabel
 
applyColor() - Method in class org.carewebframework.shell.elements.ElementPlugin
Set background color on container's first child.
applyColor() - Method in class org.carewebframework.shell.elements.ElementStepPane
Apply color changes to button and pane only.
applyColor() - Method in class org.carewebframework.shell.elements.ElementTabPane
Applies color to the tab caption text as well as the tab panel.
applyColor() - Method in class org.carewebframework.shell.elements.ElementUI
Provides a default implementation for setting the color of a UI element.
applyColor(BaseUIComponent) - Method in class org.carewebframework.shell.elements.ElementUI
Applies the current color setting to the target component.
applyHint() - Method in class org.carewebframework.shell.elements.ElementStepPane
 
applyHint() - Method in class org.carewebframework.shell.elements.ElementTabPane
Hint text should be applied to the tab.
applyHint() - Method in class org.carewebframework.shell.elements.ElementTreePane
Apply the hint to the selector node.
applyHint() - Method in class org.carewebframework.shell.elements.ElementUI
Provides a default implementation for setting the hint text of a UI element.
applyHint(BaseUIComponent) - Method in class org.carewebframework.shell.elements.ElementUI
Applies the current hint text to the target component.
associateComponent(BaseComponent) - Method in class org.carewebframework.shell.elements.ElementUI
Associates the specified CWF component with this UI element.
associateCSH(BaseUIComponent, String, String, String) - Static method in class org.carewebframework.shell.CareWebUtil
Associates help context with a component.
associateCSH(BaseUIComponent, HelpContext) - Static method in class org.carewebframework.shell.CareWebUtil
Associates help context with a component.
attachController(BaseComponent, IAutoWired) - Method in class org.carewebframework.shell.plugins.PluginController
Attaches a controller to the specified component and registers any recognized listeners to the plugin.
ATTR_CONTAINER - Static variable in class org.carewebframework.shell.Constants
 
ATTR_DESIGN_MENU - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
ATTR_VISIBLE - Static variable in class org.carewebframework.shell.Constants
 
Authority() - Constructor for class org.carewebframework.shell.plugins.PluginDefinition.Authority
 
autoEnable - Variable in class org.carewebframework.shell.elements.ElementUI
 
autoHide - Variable in class org.carewebframework.shell.elements.ElementUI
 

B

beforeAddChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Called before a child is logically added to the parent.
beforeAddChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementToolbar
 
beforeAddChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementTrigger
 
beforeInitialize(boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Subclasses may override this to implement any additional operations that are necessary before this element is initialized (i.e., before property values and parent element are set).
beforeInitialize(boolean) - Method in class org.carewebframework.shell.elements.ElementLayout
 
beforeParentChanged(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Called before the parent has been changed.
beforeParentChanged(ElementBase) - Method in class org.carewebframework.shell.elements.ElementUI
Called before the parent has been changed.
beforeRemoveChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Called before a child is logically removed from the parent.
beforeRemoveChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementStepView
 
beforeRemoveChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementTabView
Need to detach both the tab and the tab panel of the child component.
bind() - Method in class org.carewebframework.shell.elements.ElementMenuItem
 
bind() - Method in class org.carewebframework.shell.elements.ElementStepPane
Add the UI components of the child pane to their respective parent components in the view.
bind() - Method in class org.carewebframework.shell.elements.ElementTabPane
 
bind() - Method in class org.carewebframework.shell.elements.ElementTreePane
 
bind() - Method in class org.carewebframework.shell.elements.ElementUI
Override to bind wrapped components to the UI.
BOOLEAN - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Boolean data type.
bringToFront() - Method in class org.carewebframework.shell.elements.ElementMenuItem
 
bringToFront() - Method in class org.carewebframework.shell.elements.ElementStepPane
Brings this UI element to the front of the UI by making it the active pane.
bringToFront() - Method in class org.carewebframework.shell.elements.ElementTabPane
Make this tab pane active.
bringToFront() - Method in class org.carewebframework.shell.elements.ElementTreePane
 
bringToFront() - Method in class org.carewebframework.shell.elements.ElementUI
Brings this element to the front of the user interface.
buildUI(Layout) - Method in class org.carewebframework.shell.CareWebShell
Build the UI based on the specified layout.

C

canAcceptChild(Class<? extends ElementBase>, Class<? extends ElementBase>) - Static method in class org.carewebframework.shell.elements.ElementBase
Returns true if childClass can be a child of the parentClass.
canAcceptChild() - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if this element may accept a child.
canAcceptChild(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if this element may accept a child of the specified class.
canAcceptChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if this element may accept the specified child.
canAcceptChild(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.elements.ElementTreePane
 
canAcceptChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementTreePane
 
canAcceptParent(Class<? extends ElementBase>, Class<? extends ElementBase>) - Static method in class org.carewebframework.shell.elements.ElementBase
Returns true if parentClass can be a parent of childClass.
canAcceptParent() - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if this element may accept a parent.
canAcceptParent(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if this element may accept a parent of the specified class.
canAcceptParent(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if this element may accept the specified element as a parent.
canDemote(Treenode) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Override to enable promotion of items
canPromote(Treenode) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Override to enable promotion of items
CAP_DESKTOP_CLEAR - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_CLONE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_IMPORT - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_LOAD - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_MANAGE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_OVERWRITE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_RENAME - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CAP_LAYOUT_SAVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
CareWebShell - Class in org.carewebframework.shell
Implements a generic UI shell that can be dynamically extended with plug-ins.
CareWebShell() - Constructor for class org.carewebframework.shell.CareWebShell
Create the shell instance.
CareWebShellEx - Class in org.carewebframework.shell
This class is provided primarily for backward compatibility with the old fixed layout of tab views containing tree views.
CareWebShellEx() - Constructor for class org.carewebframework.shell.CareWebShellEx
 
CareWebShellEx.PathResolver - Class in org.carewebframework.shell
Locates the plugin's parent UI element given a tab pane and a path.
CareWebStartup - Class in org.carewebframework.shell
This class maintains a list of startup routines (those that implement the ICareWebStartup interface) and executes those routines upon startup of the CareWeb framework.
CareWebStartup() - Constructor for class org.carewebframework.shell.CareWebStartup
 
CareWebUtil - Class in org.carewebframework.shell
Static utility methods.
checkDisabled() - Method in class org.carewebframework.shell.plugins.PluginStatus
Override to provide logic to determine when the plugin should be disabled.
clear() - Method in class org.carewebframework.shell.designer.Clipboard
 
clear() - Method in class org.carewebframework.shell.elements.ElementDesktop
Resets the desktop by removing all children and help menu items.
clear() - Method in class org.carewebframework.shell.layout.Layout
Reset the layout to not loaded state.
clearHelpMenu() - Method in class org.carewebframework.shell.elements.ElementDesktop
Remove all non-fixed items from help menu.
Clipboard - Class in org.carewebframework.shell.designer
Emulates a clipboard on the server.
CLIPBOARD_CHANGE_EVENT - Static variable in class org.carewebframework.shell.designer.Clipboard
 
ClipboardViewer - Class in org.carewebframework.shell.designer
Allows viewing and editing of clipboard contents.
ClipboardViewer() - Constructor for class org.carewebframework.shell.designer.ClipboardViewer
 
cloneLayout(LayoutIdentifier, LayoutIdentifier) - Method in interface org.carewebframework.shell.layout.ILayoutService
Clone a layout.
cloneLayout(LayoutIdentifier, LayoutIdentifier) - Method in class org.carewebframework.shell.layout.LayoutService
Clone a layout.
cloneLayout(LayoutIdentifier, LayoutIdentifier) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Clone a layout.
closeDialog() - Static method in class org.carewebframework.shell.designer.LayoutDesigner
Close the dialog if it is open.
commit() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Commit the changed value.
commit() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Commits changes to all proxies.
commit() - Method in class org.carewebframework.shell.elements.ElementProxy
 
commitChanges(boolean) - Method in class org.carewebframework.shell.designer.PropertyGrid
Commit or revert all pending changes to the target object.
compareTo(PropertyEditorBase<T>) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
 
Constants - Class in org.carewebframework.shell
Package-wide constants.
copy(Object) - Method in class org.carewebframework.shell.designer.Clipboard
 
copyAttributes(Element, Map<String, String>) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Copy attributes from a DOM node to a map.
copyAttributes(Map<String, String>, Element) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Copy attributes from a map to a DOM node.
create() - Static method in class org.carewebframework.shell.designer.DesignContextMenu
Creates an instance of the design context menu.
create(ElementDesktop, BaseUIComponent) - Static method in class org.carewebframework.shell.designer.DesignMenu
Creates the design menu with the specified desktop as owner.
create(ElementBase, BaseComponent) - Static method in class org.carewebframework.shell.designer.PropertyGrid
Creates a property grid for the given target UI element.
create(ElementBase, BaseComponent, boolean) - Static method in class org.carewebframework.shell.designer.PropertyGrid
Creates a property grid for the given target UI element.
createDOMNode(Element) - Method in class org.carewebframework.shell.layout.LayoutNode
Creates a DOM node from this layout node.
createElement(ElementBase, IPropertyProvider, boolean) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Creates an instance of the element based on its definition.
createFromTemplate() - Method in class org.carewebframework.shell.elements.ElementUI
Create wrapped component(s) from a template (a cwf page).
createFromTemplate(String) - Method in class org.carewebframework.shell.elements.ElementUI
Create wrapped component(s) from specified template (a cwf page).
createFromTemplate(String, BaseComponent, Object) - Method in class org.carewebframework.shell.elements.ElementUI
Create wrapped component(s) from specified template (a cwf page).
CWFException - Exception in org.carewebframework.shell.ancillary
 
CWFException(String) - Constructor for exception org.carewebframework.shell.ancillary.CWFException
 

D

DATE - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Date data type.
defaultIsShared() - Static method in class org.carewebframework.shell.designer.LayoutManager
Returns true if the default layout scope is shared.
defaultIsShared(boolean) - Static method in class org.carewebframework.shell.designer.LayoutManager
Sets the default layout scope.
deleteLayout(LayoutIdentifier) - Method in interface org.carewebframework.shell.layout.ILayoutService
Delete a layout.
deleteLayout(LayoutIdentifier) - Method in class org.carewebframework.shell.layout.LayoutService
Delete a layout.
deleteLayout(LayoutIdentifier) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Delete a layout.
deserialize(String) - Method in class org.carewebframework.shell.property.PropertySerializer
Deserialize a string to an object instance.
deserialize(String) - Method in class org.carewebframework.shell.property.PropertySerializer.EnumSerializer
 
deserialize(String) - Method in class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 
DESIGN_FAVORITES_PROPERTY - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_HINT_ACTIVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_HINT_INACTIVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_ICON_ACTIVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_ICON_INACTIVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DESIGN_MODE_PRIVS - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
DesignConstants - Class in org.carewebframework.shell.designer
 
DesignContextMenu - Class in org.carewebframework.shell.designer
Context menu for designer.
DesignContextMenu() - Constructor for class org.carewebframework.shell.designer.DesignContextMenu
 
DesignMask - Class in org.carewebframework.shell.designer
Implements the mask that covers components when design mode is active.
DesignMask(ElementUI) - Constructor for class org.carewebframework.shell.designer.DesignMask
 
DesignMask.MaskMode - Enum in org.carewebframework.shell.designer
 
DesignMenu - Class in org.carewebframework.shell.designer
This is the controller for the design menu that appears in the desktop's menu bar.
DesignMenu() - Constructor for class org.carewebframework.shell.designer.DesignMenu
 
destroy() - Method in class org.carewebframework.shell.elements.ElementBase
Override to implement special cleanup when an object is destroyed.
destroy() - Method in class org.carewebframework.shell.elements.ElementPlugin
Release contained resources.
destroy() - Method in class org.carewebframework.shell.elements.ElementUI
Override to implement special cleanup when an object is destroyed.
disableActions(boolean) - Method in class org.carewebframework.shell.elements.ElementPlugin
Enables/disables registered actions elements.
doAfterLoad() - Method in class org.carewebframework.shell.elements.ElementPlugin
Actions to perform after the container is loaded.
doClose() - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
Invoked when the associated component is closed;
doClose() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
 
doInvokeAction(ElementUI) - Method in class org.carewebframework.shell.elements.ElementTriggerAction
 
doInvokeAction(ElementUI) - Method in class org.carewebframework.shell.triggers.TriggerActionAction
 
doInvokeAction(ElementUI) - Method in class org.carewebframework.shell.triggers.TriggerActionHide
 
doInvokeAction(ElementUI) - Method in class org.carewebframework.shell.triggers.TriggerActionShow
 
doOpen() - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
Invoked when the associated component is opened.
doParse(Element, BeanDefinitionBuilder) - Method in class org.carewebframework.shell.plugins.PluginXmlParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.carewebframework.shell.plugins.PluginXmlParser
 
DOUBLE - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Double data type.

E

editor - Variable in class org.carewebframework.shell.designer.PropertyEditorBase
 
editProperties() - Method in class org.carewebframework.shell.elements.ElementBase
Invokes the property grid with this element as its target.
ElementActionBase - Class in org.carewebframework.shell.elements
Base class for UI elements that support an associated action.
ElementActionBase() - Constructor for class org.carewebframework.shell.elements.ElementActionBase
 
ElementBase - Class in org.carewebframework.shell.elements
This is the base class for all layout elements supported by the CareWeb framework.
ElementBase() - Constructor for class org.carewebframework.shell.elements.ElementBase
 
ElementButton - Class in org.carewebframework.shell.elements
Simple button stock object.
ElementButton() - Constructor for class org.carewebframework.shell.elements.ElementButton
 
ElementButton(Hyperlink, ThemeUtil.ButtonSize, ThemeUtil.ButtonStyle) - Constructor for class org.carewebframework.shell.elements.ElementButton
 
ElementDesktop - Class in org.carewebframework.shell.elements
This is the topmost component of the layout.
ElementDesktop(CareWebShell) - Constructor for class org.carewebframework.shell.elements.ElementDesktop
 
ElementFrame - Class in org.carewebframework.shell.elements
UI element that encapsulates an iframe or an include (as determined by URL).
ElementFrame() - Constructor for class org.carewebframework.shell.elements.ElementFrame
 
ElementImage - Class in org.carewebframework.shell.elements
Simple button stock object.
ElementImage() - Constructor for class org.carewebframework.shell.elements.ElementImage
 
ElementLabel - Class in org.carewebframework.shell.elements
Simple button stock object.
ElementLabel() - Constructor for class org.carewebframework.shell.elements.ElementLabel
 
ElementLayout - Class in org.carewebframework.shell.elements
Wrapper for a UI layout component.
ElementLayout() - Constructor for class org.carewebframework.shell.elements.ElementLayout
 
ElementLayout(String, boolean) - Constructor for class org.carewebframework.shell.elements.ElementLayout
 
ElementLink - Class in org.carewebframework.shell.elements
Simple hyperlink stock object.
ElementLink() - Constructor for class org.carewebframework.shell.elements.ElementLink
 
ElementMenubar - Class in org.carewebframework.shell.elements
Base implementation of a menu bar.
ElementMenubar() - Constructor for class org.carewebframework.shell.elements.ElementMenubar
 
ElementMenubar(Span) - Constructor for class org.carewebframework.shell.elements.ElementMenubar
 
ElementMenuItem - Class in org.carewebframework.shell.elements
Base class for representing a single menu item.
ElementMenuItem() - Constructor for class org.carewebframework.shell.elements.ElementMenuItem
 
ElementPlugin - Class in org.carewebframework.shell.elements
This class is used for all container-hosted plugins.
ElementPlugin() - Constructor for class org.carewebframework.shell.elements.ElementPlugin
Sets the container as the wrapped component and registers itself to receive action notifications from the container.
ElementPlugin.PluginContainer - Class in org.carewebframework.shell.elements
 
ElementProxy - Class in org.carewebframework.shell.elements
Proxy for an arbitrary UI element that can store and return property values.
ElementProxy(PluginDefinition) - Constructor for class org.carewebframework.shell.elements.ElementProxy
 
ElementProxy(ElementBase) - Constructor for class org.carewebframework.shell.elements.ElementProxy
 
ElementSplitterPane - Class in org.carewebframework.shell.elements
A child of the ElementSplitterView.
ElementSplitterPane() - Constructor for class org.carewebframework.shell.elements.ElementSplitterPane
 
ElementSplitterView - Class in org.carewebframework.shell.elements
A splitter view has either a vertical or horizontal orientation and can contain any number of splitter panes which are placed side-by-side with splitter bars in between for manual sizing.
ElementSplitterView() - Constructor for class org.carewebframework.shell.elements.ElementSplitterView
 
ElementStepPane - Class in org.carewebframework.shell.elements
A step-oriented UI Element.
ElementStepPane() - Constructor for class org.carewebframework.shell.elements.ElementStepPane
Create the UI components that comprise this UI element.
ElementStepView - Class in org.carewebframework.shell.elements
A step-oriented UI Element.
ElementStepView() - Constructor for class org.carewebframework.shell.elements.ElementStepView
Creates the UI components that comprise this UI element.
ElementTabPane - Class in org.carewebframework.shell.elements
Wraps the Tab component.
ElementTabPane() - Constructor for class org.carewebframework.shell.elements.ElementTabPane
Set up the tab and tab panel UI components.
ElementTabView - Class in org.carewebframework.shell.elements
Wraps the Tabview component.
ElementTabView() - Constructor for class org.carewebframework.shell.elements.ElementTabView
 
ElementToolbar - Class in org.carewebframework.shell.elements
Implements a shared toolbar.
ElementToolbar() - Constructor for class org.carewebframework.shell.elements.ElementToolbar
 
ElementToolbar(Toolbar) - Constructor for class org.carewebframework.shell.elements.ElementToolbar
 
ElementTreePane - Class in org.carewebframework.shell.elements
A child of a ElementTreeView, this UI element specifies the tree path where its associated tree node is to reside in the parent's tree.
ElementTreePane() - Constructor for class org.carewebframework.shell.elements.ElementTreePane
 
ElementTreeView - Class in org.carewebframework.shell.elements
A tree view consists of a selector pane on the left containing a treeview component and a view area on the right where tree panes are positioned.
ElementTreeView() - Constructor for class org.carewebframework.shell.elements.ElementTreeView
 
ElementTrigger - Class in org.carewebframework.shell.elements
A trigger is a condition/action pair with zero or more plugin targets.
ElementTrigger() - Constructor for class org.carewebframework.shell.elements.ElementTrigger
 
ElementTriggerAction - Class in org.carewebframework.shell.elements
Base class trigger-based actions.
ElementTriggerAction() - Constructor for class org.carewebframework.shell.elements.ElementTriggerAction
 
ElementTriggerCondition - Class in org.carewebframework.shell.elements
Conditional logic for a trigger.
ElementTriggerCondition() - Constructor for class org.carewebframework.shell.elements.ElementTriggerCondition
 
ElementUI - Class in org.carewebframework.shell.elements
This is the base class for all layout elements supported by the CareWeb framework.
ElementUI() - Constructor for class org.carewebframework.shell.elements.ElementUI
 
EnumSerializer(Class<Enum>) - Constructor for class org.carewebframework.shell.property.PropertySerializer.EnumSerializer
 
ERR_LAYOUT_IMPORT - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
EVENT_ELEMENT_ACTIVATE - Static variable in class org.carewebframework.shell.elements.ElementUI
 
EVENT_ELEMENT_INACTIVATE - Static variable in class org.carewebframework.shell.elements.ElementUI
 
EVENT_INFO_HIDE - Static variable in class org.carewebframework.shell.Constants
 
EVENT_INFO_SHOW - Static variable in class org.carewebframework.shell.Constants
 
EVENT_PREFIX - Static variable in class org.carewebframework.shell.Constants
 
EVENT_RESOURCE_PREFIX - Static variable in class org.carewebframework.shell.Constants
 
EVENT_RESOURCE_PROPGROUP_ADD - Static variable in class org.carewebframework.shell.Constants
 
EVENT_RESOURCE_PROPGROUP_PREFIX - Static variable in class org.carewebframework.shell.Constants
 
EVENT_RESOURCE_PROPGROUP_REMOVE - Static variable in class org.carewebframework.shell.Constants
 
eventCallback(String, Object) - Method in class org.carewebframework.shell.plugins.PluginWakeOnMessage
When one of the subscribed events is published, force the container to load.
excludeEvent(Object) - Method in class org.carewebframework.shell.triggers.TriggerConditionActivate
 
excludeEvent(Object) - Method in class org.carewebframework.shell.triggers.TriggerConditionGenericEvent
 
execute(ElementBase) - Static method in class org.carewebframework.shell.AboutDialog
Display an about dialog for the specified UI element.
execute(Class<?>) - Static method in class org.carewebframework.shell.AboutDialog
Display an about dialog for the specified class.
execute(PluginDefinition) - Static method in class org.carewebframework.shell.AboutDialog
Display an about dialog for the specified plugin definition.
execute(Manifest) - Static method in class org.carewebframework.shell.AboutDialog
Display an about dialog for the specified manifest.
execute() - Method in class org.carewebframework.shell.CareWebStartup
Execute registered startup routines.
execute(ElementBase) - Static method in class org.carewebframework.shell.designer.LayoutDesigner
Display the Layout Manager dialog
execute() - Method in interface org.carewebframework.shell.ICareWebStartup
Execute the startup routine.
exportLayout(LayoutIdentifier) - Static method in class org.carewebframework.shell.designer.LayoutManager
 

F

findChildElement(Class<T>) - Method in class org.carewebframework.shell.elements.ElementBase
Recurses the component subtree for a child belonging to the specified class.
findEditor(String, boolean) - Method in class org.carewebframework.shell.designer.PropertyGrid
Returns the editor associated with the named property, or null if none found.
findGetter(String, Object, Class<?>) - Static method in class org.carewebframework.shell.property.PropertyUtil
Returns the requested getter method from an object instance.
findSetter(String, Object, Class<?>) - Static method in class org.carewebframework.shell.property.PropertyUtil
Returns the requested setter method from an object instance.
fromClipboard(String) - Method in interface org.carewebframework.shell.designer.IClipboardAware
Converts from clipboard string format to instance of original class.
fromClipboard(String) - Method in class org.carewebframework.shell.layout.Layout
Converts from clipboard format.
fromXml(String) - Static method in class org.carewebframework.shell.plugins.PluginXmlParser
Parses a plugin definition from an xml string.
fullSize(BaseUIComponent) - Method in class org.carewebframework.shell.elements.ElementUI
Set width and height of a component to 100%.

G

get(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.plugins.PluginRegistry
Returns the plugin definition for a given UI element.
get(String) - Method in class org.carewebframework.shell.property.PropertyTypeRegistry
 
getAction() - Method in class org.carewebframework.shell.elements.ElementActionBase
 
getAction() - Method in class org.carewebframework.shell.elements.ElementTrigger
 
getAction() - Method in class org.carewebframework.shell.plugins.PluginEvent
Returns the action performed.
getAction() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the action that will be invoked when the button is clicked.
getAction() - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Returns the action that will be invoked when the associated menu item is clicked.
getAction() - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Returns the action that will be invoked when the menu item is clicked.
getAction() - Method in class org.carewebframework.shell.triggers.TriggerActionAction
 
getActivatedPlugin(String) - Method in class org.carewebframework.shell.CareWebShell
Locates an activated plugin with the specified id.
getActivatedPlugins() - Method in class org.carewebframework.shell.CareWebShell
Returns a list of all active plugins.
getActivatedPlugins(Collection<ElementPlugin>) - Method in class org.carewebframework.shell.CareWebShell
Populates a list of all activated plugins.
getActivePane() - Method in class org.carewebframework.shell.elements.ElementStepView
Returns the currently active pane, or null if no pane is active.
getActivePaneIndex() - Method in class org.carewebframework.shell.elements.ElementStepView
Returns the index of the active pane, or -1 if no pane is active.
getAlignment() - Method in class org.carewebframework.shell.elements.ElementToolbar
 
getAncestor(Class<T>) - Method in class org.carewebframework.shell.elements.ElementBase
Returns the first ancestor corresponding to the specified class.
getAppId() - Method in class org.carewebframework.shell.elements.ElementDesktop
Returns the application id of this instance.
getApplicationName() - Static method in class org.carewebframework.shell.CareWebShell
Returns the application name for this instance of the CareWeb shell.
getAppProperty(String, String) - Method in class org.carewebframework.shell.CareWebShell
 
getAssociatedBean(String) - Method in class org.carewebframework.shell.elements.ElementPlugin
Returns a bean that has been associated (via registerBean) with this plugin.
getAssociatedElement(BaseComponent) - Static method in class org.carewebframework.shell.elements.ElementUI
Returns the UI element that registered the CWF component.
getAttributes() - Method in class org.carewebframework.shell.layout.LayoutNode
Returns the attribute map for the node.
getAuthorities() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the list of authorities required for access to this plugin.
getBean() - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Gets the id of the referenced bean.
getBeanClass(Element) - Method in class org.carewebframework.shell.plugins.PluginXmlParser
 
getCallbacks() - Method in class org.carewebframework.shell.elements.ElementTriggerCondition
 
getCaption() - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
getCaption() - Method in class org.carewebframework.shell.elements.ElementStepView
Returns the caption of the panel.
getCaption() - Method in class org.carewebframework.shell.elements.ElementTreeView
Returns the caption of the selector pane.
getCaption() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the value of the button's caption text.
getCardinalities(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.ancillary.RelatedClassMap
Returns the cardinalities associated with this class or a superclass.
getCardinality(Class<? extends ElementBase>, Class<? extends ElementBase>) - Method in class org.carewebframework.shell.ancillary.RelatedClassMap
Returns the cardinality between two element classes.
getCategory() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the category under which this plugin is to be classified.
getChild(int) - Method in class org.carewebframework.shell.elements.ElementBase
Gets the UI element child at the specified index.
getChild(Class<T>, ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Locates and returns a child that is an instance of the specified class.
getChild(Class<T>) - Method in class org.carewebframework.shell.layout.LayoutNode
 
getChildCount() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the number of children.
getChildCount(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.elements.ElementBase
Returns the number of children.
getChildren() - Method in class org.carewebframework.shell.elements.ElementBase
Returns an iterable of this component's children.
getChildren(Class<T>) - Method in class org.carewebframework.shell.elements.ElementBase
Returns an iterable of this component's children restricted to the specified type.
getChildren() - Method in class org.carewebframework.shell.layout.LayoutNode
 
getClazz() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the UI element class associated with this definition.
getColor() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the color (as an HTML-formatted RGB string) for this element.
getCondition() - Method in class org.carewebframework.shell.elements.ElementTrigger
 
getConfig() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getConfigValue(String) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value.
getConfigValueArray(String) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be a list of array elements delimited by commas.
getConfigValueArray(String, String) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be a list of array elements.
getConfigValueBoolean(String, Boolean) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be a Boolean value.
getConfigValueDouble(String, Double) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be a double floating point number.
getConfigValueInt(String, Integer) - Method in class org.carewebframework.shell.property.PropertyInfo
This is a convenience method for returning a named configuration value that is expected to be an integer.
getCopyright() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns any copyright information for this plugin.
getCreator() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the name of the creator of this plugin.
getData() - Method in class org.carewebframework.shell.designer.Clipboard
 
getDefault() - Method in class org.carewebframework.shell.property.PropertyInfo
Returns the default value for this property.
getDefinition(ElementBase, IResponseCallback<PluginDefinition>) - Static method in class org.carewebframework.shell.designer.AddComponent
Display the add component dialog, presenting a list of candidate plugins that may serve as children to the specified parent element.
getDefinition() - Method in class org.carewebframework.shell.elements.ElementBase
Return the definition used to create this instance.
getDefinition() - Method in class org.carewebframework.shell.layout.LayoutNode
 
getDefinition(String) - Static method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the plugin definition associated with the specified xml tag (same as plugin id).
getDefinition(Class<? extends ElementBase>) - Static method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the plugin definition associated with the specified class.
getDescription() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the description of this plugin.
getDescription() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getDesignContextMenu(BaseComponent) - Static method in class org.carewebframework.shell.elements.ElementUI
Returns the design context menu currently bound to the component.
getDesktop() - Method in class org.carewebframework.shell.CareWebShell
Returns a reference to the current UI desktop.
getDisplayName() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the display name of this element.
getDisplayName() - Method in class org.carewebframework.shell.elements.ElementLayout
 
getEditor() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Returns the component used to edit the property.
getEditorClass() - Method in class org.carewebframework.shell.property.PropertyType
Returns the class of the associated property editor.
getEditorCount() - Method in class org.carewebframework.shell.designer.PropertyGrid
Returns number of editors in this property grid.
getElement() - Method in class org.carewebframework.shell.designer.LayoutChangedEvent
Returns the UI element that changed.
getEventManager() - Method in class org.carewebframework.shell.elements.ElementBase
Returns instance of the event manager.
getFirstChild() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the first child, or null if there are no children.
getFirstVisibleChild() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the first visible child.
getGetter() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getGroup() - Method in class org.carewebframework.shell.plugins.PluginResourcePropertyGroup
Returns the name of the associated property group.
getHelpViewer() - Method in class org.carewebframework.shell.CareWebShell
Returns reference to the help viewer.
getHelpViewerMode() - Method in class org.carewebframework.shell.elements.ElementDesktop
Returns the help viewer display mode for this desktop.
getHint() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the tool tip text.
getHint() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the text to appear when the mouse cursor hovers over the button.
getIcon() - Method in class org.carewebframework.shell.elements.ElementButton
Returns the URL of the icon to display on the button.
getIcon() - Method in class org.carewebframework.shell.elements.ElementDesktop
Returns the url for the title bar icon.
getIcon() - Method in class org.carewebframework.shell.elements.ElementStepPane
Returns the button image url.
getIcon() - Method in class org.carewebframework.shell.elements.ElementTabPane
Returns the tab icon.
getIcon() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the url of the icon associated with the plugin.
getIcon() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the url of an image to display on the button.
getId() - Method in interface org.carewebframework.shell.layout.ILayoutLoader
The unique identifier for this loader.
getId() - Method in class org.carewebframework.shell.layout.LayoutLoaderBase
 
getId() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the unique id of the plugin definition.
getId() - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Returns the unique id associated with the action.
getId() - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Returns the id to be assigned to the newly created component.
getId() - Method in class org.carewebframework.shell.plugins.PluginResourceCommand
Returns the id of the command.
getId() - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Returns the id to be assigned to the newly created component.
getId() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getIndex() - Method in class org.carewebframework.shell.elements.ElementBase
Returns this element's index in its parent's list of children.
getInnerComponent() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the innermost wrapped UI component.
getInstance() - Static method in class org.carewebframework.shell.designer.Clipboard
 
getInstance() - Static method in class org.carewebframework.shell.designer.DesignContextMenu
Returns an instance of the design context menu.
getInstance() - Static method in class org.carewebframework.shell.layout.LayoutLoaderRegistry
 
getInstance() - Static method in class org.carewebframework.shell.plugins.PluginRegistry
 
getInstance() - Static method in class org.carewebframework.shell.property.PropertyTypeRegistry
Returns the singleton instance of the property type registry.
getInstanceName() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the instance name of this element.
getInstanceName() - Method in class org.carewebframework.shell.elements.ElementButton
 
getInstanceName() - Method in class org.carewebframework.shell.elements.ElementLabel
 
getInstanceName() - Method in class org.carewebframework.shell.elements.ElementMenuItem
The caption label is the instance name.
getInstanceName() - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
getInstanceName() - Method in class org.carewebframework.shell.elements.ElementStepPane
Returns the instance name to use in the designer.
getInstanceName() - Method in class org.carewebframework.shell.elements.ElementTabPane
The caption label is the instance name.
getInstanceName() - Method in class org.carewebframework.shell.elements.ElementTreePane
The caption label is the instance name.
getIterator() - Method in class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 
getKey(ILayoutLoader) - Method in class org.carewebframework.shell.layout.LayoutLoaderRegistry
 
getKey(PluginDefinition) - Method in class org.carewebframework.shell.plugins.PluginRegistry
 
getKey(PropertyType) - Method in class org.carewebframework.shell.property.PropertyTypeRegistry
 
getLabel() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree.Proxy
Returns the label property value.
getLabel() - Method in class org.carewebframework.shell.elements.ElementButton
Returns the button's label text.
getLabel() - Method in class org.carewebframework.shell.elements.ElementLabel
Returns the button's label text.
getLabel() - Method in class org.carewebframework.shell.elements.ElementMenuItem
 
getLabel() - Method in class org.carewebframework.shell.elements.ElementStepPane
Returns the button label.
getLabel() - Method in class org.carewebframework.shell.elements.ElementTabPane
Returns the caption label.
getLabel() - Method in class org.carewebframework.shell.elements.ElementTreePane
 
getLabel() - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Returns the label of the action.
getLastChild() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the last child, or null if there are no children.
getLastVisibleChild() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the last visible child.
getLayout() - Method in class org.carewebframework.shell.CareWebShell
Returns the name of the layout to be loaded.
getLayout() - Method in class org.carewebframework.shell.elements.ElementLayout
 
getLayoutContent(LayoutIdentifier) - Method in interface org.carewebframework.shell.layout.ILayoutService
Returns the layout content.
getLayoutContent(LayoutIdentifier) - Method in class org.carewebframework.shell.layout.LayoutService
Returns the layout content.
getLayoutContent(LayoutIdentifier) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Returns the layout content.
getLayoutContentByAppId(String) - Method in interface org.carewebframework.shell.layout.ILayoutService
Returns content of the layout associated with the specified application id.
getLayoutContentByAppId(String) - Method in class org.carewebframework.shell.layout.LayoutService
Load the layout associated with the specified application id.
getLayoutContentByAppId(String) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Load the layout associated with the specified application id.
getLayoutName() - Method in class org.carewebframework.shell.elements.ElementLayout
 
getLayouts(boolean) - Method in interface org.carewebframework.shell.layout.ILayoutService
Returns a list of saved layouts.
getLayouts(boolean) - Method in class org.carewebframework.shell.layout.LayoutService
Returns a list of saved layouts.
getLayouts(boolean) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Returns a list of saved layouts.
getLayoutService() - Static method in class org.carewebframework.shell.layout.LayoutUtil
 
getLinked() - Method in class org.carewebframework.shell.elements.ElementLayout
Returns the linked state.
getLoadedPlugin(String) - Method in class org.carewebframework.shell.CareWebShell
Locates a loaded plugin with the specified id.
getLoadedPlugin(String, boolean) - Method in class org.carewebframework.shell.CareWebShell
Locates a loaded plugin with the specified id.
getLoadedPluginDefinitions() - Method in class org.carewebframework.shell.CareWebShell
Returns a list of all plugin definitions that are currently in use (i.e., have associated plugins loaded) in the environment.
getLoadedPlugins() - Method in class org.carewebframework.shell.CareWebShell
Returns a list of all plugins currently loaded into the UI.
getMaskMode() - Method in class org.carewebframework.shell.elements.ElementUI
Returns true if the design mode mask is to be used.
getMaskTarget() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the component that will receive the design mode mask.
getMaxOccurrences() - Method in class org.carewebframework.shell.ancillary.RelatedClassMap.Cardinality
 
getMenubar() - Method in class org.carewebframework.shell.elements.ElementDesktop
Returns the desktop's menu bar.
getMenubar() - Method in class org.carewebframework.shell.elements.ElementMenubar
Returns a reference to the menu bar.
getMenupopup() - Method in class org.carewebframework.shell.designer.DesignContextMenu
 
getMessageWindow() - Method in class org.carewebframework.shell.CareWebShell
Returns the message window instance for managing slide-down messages.
getMode() - Method in class org.carewebframework.shell.designer.DesignMask
 
getModule() - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Returns the id of the associated help module.
getName() - Method in class org.carewebframework.shell.layout.Layout
Returns the name of the currently loaded layout, or null if none loaded.
getName() - Method in class org.carewebframework.shell.plugins.PluginDefinition.Authority
 
getName() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the display name of the plugin definition.
getName() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getNextSibling(boolean) - Method in class org.carewebframework.shell.elements.ElementUI
Returns this element's next sibling.
getNextSibling() - Method in class org.carewebframework.shell.layout.LayoutNode
 
getNoHome() - Method in class org.carewebframework.shell.elements.ElementStepView
Returns true if home pane is suppressed.
getNoNavigation() - Method in class org.carewebframework.shell.elements.ElementStepView
Returns true if navigation controls are suppressed.
getOrientation() - Method in class org.carewebframework.shell.elements.ElementSplitterView
 
getOrientation() - Method in class org.carewebframework.shell.elements.ElementTabView
Returns the orientation (horizontal, vertical, top, or bottom).
getOuterComponent() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the outermost wrapped UI component.
getParent() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the parent of this element.
getParent() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the parent of this element.
getParent() - Method in class org.carewebframework.shell.layout.LayoutNode
 
getPath() - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Returns the path that determines where the associated menu item will appear under the help submenu.
getPath() - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Returns the path that determines where the associated menu item will appear under the common menu.
getPathResolver() - Method in class org.carewebframework.shell.CareWebShellEx
Returns the path resolver implementation.
getPlugin() - Method in class org.carewebframework.shell.plugins.PluginController
 
getPlugin() - Method in class org.carewebframework.shell.plugins.PluginEvent
Returns the plugin upon which the action is performed.
getPosition() - Method in class org.carewebframework.shell.elements.ElementButton
 
getPropEditClass() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the class of the property editor associated with this UI element.
getProperties() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the list of properties associated with this plugin.
getPropertiesModified() - Method in class org.carewebframework.shell.designer.PropertyGrid
 
getProperty(String) - Method in class org.carewebframework.shell.layout.LayoutNode
 
getPropertyGroups() - Method in class org.carewebframework.shell.CareWebShell
Returns a list of property groups bound to loaded plugins.
getPropertyInfo() - Method in class org.carewebframework.shell.property.PropertyProxy
 
getPropertyType() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getPropertyValue(PropertyInfo) - Method in class org.carewebframework.shell.elements.ElementPlugin
Returns the value for a registered property.
getPropertyValue(PropertyInfo) - Method in class org.carewebframework.shell.elements.ElementProxy
Override to get property value from proxy's property cache.
getPropertyValue(String) - Method in class org.carewebframework.shell.elements.ElementProxy
 
getPropertyValue(PropertyInfo) - Method in interface org.carewebframework.shell.property.IPropertyAccessor
Returns the value of the specified property.
getPropertyValue(Object) - Method in class org.carewebframework.shell.property.PropertyInfo
Returns the property value for a specified object instance.
getPropertyValue(Object, boolean) - Method in class org.carewebframework.shell.property.PropertyInfo
Returns the property value for a specified object instance.
getPropInfo() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Returns the PropertyInfo object associated with this editor.
getReal() - Method in class org.carewebframework.shell.elements.ElementProxy
 
getRejectReason() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the reject reason.
getReleased() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns release information (typically a date) about the plugin.
getResources() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the list of associated plugin resources.
getResources(Class<E>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the list of plugin resources belonging to the specified resource class.
getRoot(ElementTabPane) - Method in class org.carewebframework.shell.CareWebShellEx.PathResolver
Returns the root for the specified tab pane.
getRoot() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the UI element at the root of the component tree.
getRoot() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the UI element at the root of the component tree.
getRootClass() - Method in class org.carewebframework.shell.layout.Layout
Returns the class of the element at the root of the layout.
getScript() - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Returns the script of the action.
getSelectionStyle() - Method in class org.carewebframework.shell.elements.ElementTreeView
Returns the button style to use for selected nodes.
getSerializableChildren() - Method in class org.carewebframework.shell.elements.ElementBase
Returns an iterable of this component's serializable children.
getSerializableChildren() - Method in class org.carewebframework.shell.elements.ElementLayout
A linked layout has no serializable children.
getSerializer() - Method in class org.carewebframework.shell.property.PropertyType
Returns the property serializer for this property type.
getSetter() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getShared() - Method in class org.carewebframework.shell.elements.ElementLayout
 
getShell() - Static method in class org.carewebframework.shell.CareWebUtil
Returns the active instance of the CareWeb shell.
getShell() - Method in class org.carewebframework.shell.elements.ElementDesktop
Returns the shell that contains this desktop.
getShell() - Method in class org.carewebframework.shell.elements.ElementPlugin
Returns the shell instance that hosts this container.
getSize() - Method in class org.carewebframework.shell.elements.ElementButton
 
getSize() - Method in class org.carewebframework.shell.elements.ElementLabel
 
getSize() - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
getSource() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the source of the plugin.
getSourceClass() - Method in class org.carewebframework.shell.ancillary.RelatedClassMap.Cardinality
 
getStretch() - Method in class org.carewebframework.shell.elements.ElementImage
Returns whether or not to stretch the image to fill its parent.
getStyle() - Method in class org.carewebframework.shell.elements.ElementButton
 
getStyle() - Method in class org.carewebframework.shell.elements.ElementDesktop
Returns the panel style to use for the desktop.
getStyle() - Method in class org.carewebframework.shell.elements.ElementLabel
 
getStyle() - Method in class org.carewebframework.shell.elements.ElementStepView
Returns the panel style to use for the desktop.
getTagName() - Method in class org.carewebframework.shell.layout.LayoutNode
Returns the tag name used when serializing this node.
getTarget() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Returns the target object associated with this editor.
getTarget() - Method in class org.carewebframework.shell.designer.PropertyGrid
Returns the target object.
getTargetClass() - Method in class org.carewebframework.shell.ancillary.RelatedClassMap.Cardinality
 
getTargets() - Method in class org.carewebframework.shell.elements.ElementTrigger
 
getTemplateUrl() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the URL of the default template to use in createFromTemplate.
getTitle() - Method in class org.carewebframework.shell.elements.ElementDesktop
Returns the title text.
getToolbar() - Method in class org.carewebframework.shell.elements.ElementDesktop
Returns the desktop's tool bar.
getToolbar() - Method in class org.carewebframework.shell.elements.ElementToolbar
 
getTopic() - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Returns the topic id associated with this help resource.
getTotalCardinality(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.ancillary.RelatedClassMap
Returns the sum of cardinalities across all related classes.
getTrigger() - Method in class org.carewebframework.shell.elements.ElementTriggerAction
 
getTrigger() - Method in class org.carewebframework.shell.elements.ElementTriggerCondition
 
getTriggers() - Method in class org.carewebframework.shell.elements.ElementUI
 
getTriggers() - Method in class org.carewebframework.shell.layout.LayoutElement
 
getType() - Method in class org.carewebframework.shell.property.PropertyInfo
 
getTypeName() - Method in class org.carewebframework.shell.property.PropertyType
Returns the name of this property type.
getUILayout() - Method in class org.carewebframework.shell.CareWebShell
Returns a reference to the current UI layout.
getUrl() - Method in class org.carewebframework.shell.elements.ElementFrame
Returns the URL of the content.
getUrl() - Method in class org.carewebframework.shell.elements.ElementImage
Returns the URL of the image.
getUrl() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the URL of the principal cwf page for the plugin.
getUrl() - Method in class org.carewebframework.shell.plugins.PluginResourceCSS
Returns the url of the associated style sheet.
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Logic to return the value from the editor component.
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorBoolean
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorColor
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorDate
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorDouble
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorIcon
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorInteger
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorList
 
getValue() - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
getValue() - Method in class org.carewebframework.shell.property.PropertyProxy
 
getVersion() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns version information about the plugin.
getWindow() - Method in class org.carewebframework.shell.designer.PropertyGrid
 

H

hasAncestor(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if specified element is an ancestor of this element.
hasAppId(String) - Method in class org.carewebframework.shell.elements.ElementDesktop
Returns true if the application id specified matches the desktop's application id.
hasChanged() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Returns true if the property value has been changed since the last commit.
hasChanged() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Returns true if changes have been made since the last commit.
hasChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if the specified element is a child of this element.
hasEditableProperties() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns true if this definition contains any editable properties.
hasPendingChanges() - Method in class org.carewebframework.shell.designer.PropertyGrid
Returns true if there are uncommitted edits.
hasProperty(String) - Method in class org.carewebframework.shell.layout.LayoutNode
 
hasProperty(String) - Method in class org.carewebframework.shell.property.PropertyBag
Returns true if the property exists.
hasRelated(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.ancillary.RelatedClassMap
Returns true if the specified class has any related classes (i.e., has a total cardinality > 0).
hasVisibleElements(BaseUIComponent) - Method in class org.carewebframework.shell.elements.ElementUI
Returns true if any associated UI elements in the component subtree are visible.

I

ICareWebStartup - Interface in org.carewebframework.shell
Code to be executed following startup of CareWeb instance must implement this interface.
IClipboardAware<T> - Interface in org.carewebframework.shell.designer
Provides methods for interacting with the clipboard.
ICON_PATH - Static variable in class org.carewebframework.shell.Constants
 
ILayoutLoader - Interface in org.carewebframework.shell.layout
Interface for implementing a layout loader.
ILayoutService - Interface in org.carewebframework.shell.layout
Interface for implementing layout management.
importLayout(boolean, InputStream) - Method in class org.carewebframework.shell.designer.LayoutManager
Import a layout.
inactivate() - Method in class org.carewebframework.shell.elements.ElementPlugin
Inactivate the plugin.
indexOfChild(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Returns the index of the specified child.
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorAction
Initialize the list from the action registry.
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Initializes the property editor.
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorBoolean
 
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorChoiceList
 
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorColor
 
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
For custom property editors, if a property getter is specified, the value returned by the getter is the real target.
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Initializes the property editor by constructing the tree view based on the child elements of the target element.
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorDate
 
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorDouble
 
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorEnum
Initialize the list, based on the configuration data which can specify an enumeration class, an iterable class, or the id of an iterable bean.
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorIcon
 
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorInteger
 
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorList
 
init(Object, PropertyInfo, PropertyGrid) - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
init() - Method in class org.carewebframework.shell.plugins.PluginXmlHandler
 
initElement(ElementBase, IPropertyProvider) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Initialize the element's properties using the specified property provider.
initProxy(PropertyEditorCustomTree<T>.Proxy) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Subclasses may override to provide any special proxy initialization.
INotificationListener - Interface in org.carewebframework.shell.ancillary
Allows one element to listen for produced generated by another element.
INTEGER - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Integer data type.
invokeAction(ElementUI) - Method in class org.carewebframework.shell.elements.ElementTriggerAction
 
invokeAction(ElementUI) - Method in interface org.carewebframework.shell.triggers.ITriggerAction
Invoke action on specified target.
invokeCallbacks() - Method in class org.carewebframework.shell.elements.ElementTriggerCondition
 
IPluginController - Interface in org.carewebframework.shell.plugins
May be implemented by a bean plugin resource that will be used as a controller for the plugin.
IPluginEvent - Interface in org.carewebframework.shell.plugins
CareWeb plugins may implement this interface to respond to container-based events.
IPluginEventListener - Interface in org.carewebframework.shell.plugins
CareWeb plugins may implement this interface to respond to container-based events.
IPluginResource - Interface in org.carewebframework.shell.plugins
Interface for all plugin-associated resources.
IPropertyAccessor - Interface in org.carewebframework.shell.property
Interface for read/write access to a property as defined by a PropInfo instance.
isActivated() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the activation status of the element.
isActive() - Method in class org.carewebframework.shell.plugins.PluginController
 
isAutoStart() - Method in class org.carewebframework.shell.CareWebShell
Returns the auto-start setting.
isContainer() - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if this UI element can contain other UI elements.
isDeleted() - Method in class org.carewebframework.shell.elements.ElementProxy
 
isDesignMode() - Method in class org.carewebframework.shell.elements.ElementBase
Returns design mode status.
isDisabled() - Method in class org.carewebframework.shell.elements.ElementPlugin
 
isDisabled() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns true if the plugin has been disabled.
isDisabled() - Method in class org.carewebframework.shell.plugins.PluginStatus
Return disabled status.
isEditable() - Method in class org.carewebframework.shell.property.PropertyInfo
Returns whether the property's value is editable.
isEmpty() - Method in class org.carewebframework.shell.designer.Clipboard
 
isEmpty() - Method in class org.carewebframework.shell.layout.Layout
Returns true if the layout has no content.
isEnabled() - Method in class org.carewebframework.shell.elements.ElementBase
Returns the enabled state of the UI element.
isForbidden() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns true if access to the plugin is restricted.
isHorizontal() - Method in class org.carewebframework.shell.elements.ElementSplitterView
 
isInternal() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns true if this definition represents an internal UI element (i.e., one that has been pre-created by some other means).
isLazyLoad() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the lazyLoad flag.
isLocked() - Method in class org.carewebframework.shell.elements.ElementBase
Returns true if the element is locked.
isLogoutConfirm() - Method in class org.carewebframework.shell.CareWebShell
Returns true if confirmation is required upon user-initiated logout.
isOpen() - Method in class org.carewebframework.shell.elements.ElementTreeView
Returns true if the selector pane is open.
isRelated(Class<? extends ElementBase>, Class<? extends ElementBase>) - Method in class org.carewebframework.shell.ancillary.RelatedClassMap
Returns true if targetClass or a superclass of targetClass is related to sourceClass.
isRelative() - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
isRequired() - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Returns whether or not the reference bean is required.
isRequiresAll() - Method in class org.carewebframework.shell.plugins.PluginDefinition
Returns the requiresAll flag.
isResizable() - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
isSerializable() - Method in class org.carewebframework.shell.property.PropertyInfo
Returns whether the property is serializable.
isVisible() - Method in class org.carewebframework.shell.elements.ElementUI
Returns the visible state of the UI element.
IterableSerializer(String) - Constructor for class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 
IterableSerializer(Class<Iterable>) - Constructor for class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 
iterator() - Method in class org.carewebframework.shell.property.PropertySerializer.EnumSerializer
 
iterator() - Method in class org.carewebframework.shell.property.PropertySerializer.IterableSerializer
 
ITriggerAction - Interface in org.carewebframework.shell.triggers
Action to be invoked when a plugin trigger is fired.
ITriggerCallback - Interface in org.carewebframework.shell.triggers
Callback to invoke when a trigger is fired.
ITriggerCondition - Interface in org.carewebframework.shell.triggers
Logic that determines when a trigger should be fired.

L

Layout - Class in org.carewebframework.shell.layout
Represents the layout of the visual interface.
Layout() - Constructor for class org.carewebframework.shell.layout.Layout
 
Layout(Layout) - Constructor for class org.carewebframework.shell.layout.Layout
 
Layout(String) - Constructor for class org.carewebframework.shell.layout.Layout
 
Layout(LayoutElement.LayoutRoot) - Constructor for class org.carewebframework.shell.layout.Layout
 
LAYOUT_VERSION - Static variable in class org.carewebframework.shell.layout.Layout
 
LayoutChangedEvent - Class in org.carewebframework.shell.designer
Event signaling that a change to the layout has occurred.
LayoutChangedEvent(BaseComponent, ElementBase) - Constructor for class org.carewebframework.shell.designer.LayoutChangedEvent
 
LayoutDesigner - Class in org.carewebframework.shell.designer
Controller for dialog for managing the current layout.
LayoutDesigner() - Constructor for class org.carewebframework.shell.designer.LayoutDesigner
 
LayoutElement - Class in org.carewebframework.shell.layout
Represents a UI element node within a layout.
LayoutElement(PluginDefinition, LayoutElement) - Constructor for class org.carewebframework.shell.layout.LayoutElement
 
LayoutElement.LayoutRoot - Class in org.carewebframework.shell.layout
 
layoutExists(LayoutIdentifier) - Method in interface org.carewebframework.shell.layout.ILayoutService
Returns true if the specified layout exists.
layoutExists(LayoutIdentifier) - Method in class org.carewebframework.shell.layout.LayoutService
Returns true if the specified layout exists.
layoutExists(LayoutIdentifier) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Returns true if the specified layout exists.
LayoutIdentifier - Class in org.carewebframework.shell.layout
Unique identifier for a layout.
LayoutIdentifier(String, boolean) - Constructor for class org.carewebframework.shell.layout.LayoutIdentifier
 
LayoutLoaderApp - Class in org.carewebframework.shell.layout
Loads layout by application id.
LayoutLoaderApp() - Constructor for class org.carewebframework.shell.layout.LayoutLoaderApp
 
LayoutLoaderBase - Class in org.carewebframework.shell.layout
Abstract base class for implementing layout loaders.
LayoutLoaderBase(String) - Constructor for class org.carewebframework.shell.layout.LayoutLoaderBase
 
LayoutLoaderPrivate - Class in org.carewebframework.shell.layout
Loads layout from user's private store.
LayoutLoaderPrivate() - Constructor for class org.carewebframework.shell.layout.LayoutLoaderPrivate
 
LayoutLoaderRegistry - Class in org.carewebframework.shell.layout
Registry for layout loaders.
LayoutLoaderShared - Class in org.carewebframework.shell.layout
Loads layout from the shared store.
LayoutLoaderShared() - Constructor for class org.carewebframework.shell.layout.LayoutLoaderShared
 
LayoutManager - Class in org.carewebframework.shell.designer
Supports selection and management of existing layouts.
LayoutManager() - Constructor for class org.carewebframework.shell.designer.LayoutManager
 
LayoutNode - Class in org.carewebframework.shell.layout
Base class for all node types within a layout.
LayoutNode(String, LayoutNode, PluginDefinition) - Constructor for class org.carewebframework.shell.layout.LayoutNode
 
LayoutParser - Class in org.carewebframework.shell.layout
Parses an XML layout.
LayoutPrompt - Class in org.carewebframework.shell.designer
Supports selection and management of existing layouts.
LayoutPrompt() - Constructor for class org.carewebframework.shell.designer.LayoutPrompt
 
LayoutRoot() - Constructor for class org.carewebframework.shell.layout.LayoutElement.LayoutRoot
 
LayoutService - Class in org.carewebframework.shell.layout
Default layout service implementation using property service for persistence.
LayoutService(IPropertyService) - Constructor for class org.carewebframework.shell.layout.LayoutService
 
LayoutTrigger - Class in org.carewebframework.shell.layout
Represents a trigger occurrence within a layout.
LayoutTrigger() - Constructor for class org.carewebframework.shell.layout.LayoutTrigger
 
LayoutTriggerAction - Class in org.carewebframework.shell.layout
Represents a trigger action within a layout.
LayoutTriggerAction(LayoutTrigger, PluginDefinition) - Constructor for class org.carewebframework.shell.layout.LayoutTriggerAction
 
LayoutTriggerCondition - Class in org.carewebframework.shell.layout
Represents a trigger condition within a layout.
LayoutTriggerCondition(LayoutTrigger, PluginDefinition) - Constructor for class org.carewebframework.shell.layout.LayoutTriggerCondition
 
LayoutUtil - Class in org.carewebframework.shell.layout
Static utility class for accessing layout services.
LBL_LOGOUT_CANCEL - Variable in class org.carewebframework.shell.CareWebShell
 
LBL_LOGOUT_CONFIRMATION - Variable in class org.carewebframework.shell.CareWebShell
 
LBL_LOGOUT_CONFIRMATION_CAPTION - Variable in class org.carewebframework.shell.CareWebShell
 
LBL_NO_LAYOUT - Variable in class org.carewebframework.shell.CareWebShell
 
listenToChild(String, INotificationListener) - Method in class org.carewebframework.shell.elements.ElementBase
Register/unregister a child notification listener.
listenToParent(String, INotificationListener) - Method in class org.carewebframework.shell.elements.ElementBase
Register/unregister a parent notification listener.
load() - Method in class org.carewebframework.shell.elements.ElementPlugin
Initializes a plugin, if not already done.
loadLayout(String) - Method in class org.carewebframework.shell.CareWebShell
Loads a layout from the specified resource.
loadLayout(String) - Method in interface org.carewebframework.shell.layout.ILayoutLoader
Loads the named layout.
loadLayout(String) - Method in class org.carewebframework.shell.layout.LayoutLoaderApp
 
loadLayout(String) - Method in class org.carewebframework.shell.layout.LayoutLoaderPrivate
 
loadLayout(String) - Method in class org.carewebframework.shell.layout.LayoutLoaderShared
 
lock() - Method in class org.carewebframework.shell.CareWebShell
Lock the desktop.
log - Static variable in class org.carewebframework.shell.CareWebShell
 
log - Static variable in class org.carewebframework.shell.elements.ElementBase
 
log - Static variable in class org.carewebframework.shell.elements.ElementUI
 
logout() - Method in class org.carewebframework.shell.CareWebShell
Logout user after confirmation prompt.
LONG - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for Long data type.

M

materialize(ElementUI) - Method in class org.carewebframework.shell.layout.Layout
Materializes the layout, under the specified parent, starting from the layout origin.
moveChild(int, int) - Method in class org.carewebframework.shell.elements.ElementBase
Moves a child from one position to another under the same parent.
moveChild(BaseUIComponent, BaseUIComponent) - Method in class org.carewebframework.shell.elements.ElementBase
Moves a child to before another component.
MSG_DESKTOP_CLEAR - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_BADNAME - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_CLONE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_DELETE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_DUP - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_IMPORT - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_LOAD - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_MANAGE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_OVERWRITE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_RENAME - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
MSG_LAYOUT_SAVE - Static variable in class org.carewebframework.shell.designer.DesignConstants
 

N

name - Variable in class org.carewebframework.shell.layout.LayoutIdentifier
 
newChild(ElementBase, IResponseCallback<ElementBase>) - Static method in class org.carewebframework.shell.designer.AddComponent
Display the add component dialog, presenting a list of candidate plugins that may serve as children to the specified parent element.
newProxy(ElementBase) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Creates a new proxy for the specified child.
newProxy(PluginDefinition) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Creates a new proxy for a child to be created.
newProxy(ElementBase) - Method in class org.carewebframework.shell.designer.PropertyEditorTriggers
Creates a new proxy for the specified child.
newProxy(PluginDefinition) - Method in class org.carewebframework.shell.designer.PropertyEditorTriggers
Creates a new proxy for a child to be created.
nextVisiblePane(boolean, int) - Method in class org.carewebframework.shell.elements.ElementStepView
Returns the next visible pane before/after the specified one.
nextVisiblePaneIndex(boolean, int) - Method in class org.carewebframework.shell.elements.ElementStepView
Returns the index of the next visible pane before/after the specified one.
NotificationListeners - Class in org.carewebframework.shell.ancillary
Allows a UI element to listen to notifications from its parent or children.
NotificationListeners() - Constructor for class org.carewebframework.shell.ancillary.NotificationListeners
 
notify(ElementBase, String, Object) - Method in class org.carewebframework.shell.ancillary.NotificationListeners
 
notifyChildren(String, Object, boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Allows a parent element to notify its children of an event of interest.
notifyParent(String, Object, boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Allows a child element to notify its parent of an event of interest.
NULL_VALUE - Static variable in class org.carewebframework.shell.layout.LayoutNode
 

O

ON_LAYOUT_CHANGED - Static variable in class org.carewebframework.shell.designer.LayoutChangedEvent
 
onActivate() - Method in interface org.carewebframework.shell.plugins.IPluginEvent
Fired when the plugin is activated in the UI
onActivate() - Method in class org.carewebframework.shell.plugins.PluginController
 
onAttach(Page) - Method in class org.carewebframework.shell.CareWebShell
 
onChange(ChangeEvent) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Notify the property grid that the value has changed.
onChange(ChangeEvent) - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
onChange$txtLayout() - Method in class org.carewebframework.shell.designer.LayoutPrompt
 
onClick$btnOK() - Method in class org.carewebframework.shell.designer.LayoutPrompt
 
onCommand(CommandEvent) - Method in class org.carewebframework.shell.CareWebShell
Handle help requests.
onInactivate() - Method in interface org.carewebframework.shell.plugins.IPluginEvent
Fired when the plugin is inactivated in the UI
onInactivate() - Method in class org.carewebframework.shell.plugins.PluginController
 
onKeycapture(KeycaptureEvent) - Method in class org.carewebframework.shell.CareWebShell
Capture unhandled shortcut key press events.
onLabelChange$tree() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
 
onLoad(ElementPlugin) - Method in interface org.carewebframework.shell.plugins.IPluginEvent
Fired when the plugin is first loaded
onLoad(ElementPlugin) - Method in class org.carewebframework.shell.plugins.PluginController
 
onNotification(ElementBase, String, Object) - Method in interface org.carewebframework.shell.ancillary.INotificationListener
Notifies the listener of an event.
onPluginEvent(PluginEvent) - Method in interface org.carewebframework.shell.plugins.IPluginEventListener
 
onPluginEvent(PluginEvent) - Method in class org.carewebframework.shell.plugins.PluginStatus
Subscribe/unsubscribe container.
onPluginEvent(PluginEvent) - Method in class org.carewebframework.shell.plugins.PluginWakeOnMessage
Listen for plugin lifecycle events.
onTrigger() - Method in interface org.carewebframework.shell.triggers.ITriggerCallback
 
onUnload() - Method in interface org.carewebframework.shell.plugins.IPluginEvent
Fired when the plugin is unloaded
onUnload() - Method in class org.carewebframework.shell.plugins.PluginController
 
org.carewebframework.shell - package org.carewebframework.shell
 
org.carewebframework.shell.ancillary - package org.carewebframework.shell.ancillary
 
org.carewebframework.shell.designer - package org.carewebframework.shell.designer
 
org.carewebframework.shell.elements - package org.carewebframework.shell.elements
 
org.carewebframework.shell.layout - package org.carewebframework.shell.layout
 
org.carewebframework.shell.plugins - package org.carewebframework.shell.plugins
 
org.carewebframework.shell.property - package org.carewebframework.shell.property
 
org.carewebframework.shell.triggers - package org.carewebframework.shell.triggers
 

P

parseAppId(String) - Static method in class org.carewebframework.shell.layout.LayoutParser
Parse the layout associated with the specified application id.
parseDocument(Document) - Static method in class org.carewebframework.shell.layout.LayoutParser
Parse the layout from an XML document.
parseElement(ElementBase) - Static method in class org.carewebframework.shell.layout.LayoutParser
Parse the layout from the UI.
parseProperty(LayoutIdentifier) - Static method in class org.carewebframework.shell.layout.LayoutParser
Parse the layout from a stored layout.
parseResource(String) - Static method in class org.carewebframework.shell.layout.LayoutParser
Loads a layout from the specified resource, using a registered layout loader or, failing that, using the default loadFromUrl method.
parseStream(InputStream) - Static method in class org.carewebframework.shell.layout.LayoutParser
Parse layout from an input stream.
parseText(String) - Static method in class org.carewebframework.shell.layout.LayoutParser
Parse the layout from XML content.
PathResolver(Class<? extends ElementUI>, Class<? extends ElementUI>) - Constructor for class org.carewebframework.shell.CareWebShellEx.PathResolver
Creates a path resolver.
PluginContainer() - Constructor for class org.carewebframework.shell.elements.ElementPlugin.PluginContainer
 
PluginController - Class in org.carewebframework.shell.plugins
Base controller for plugins.
PluginController() - Constructor for class org.carewebframework.shell.plugins.PluginController
 
PluginDefinition - Class in org.carewebframework.shell.plugins
Each instance of this class defines a complete definition of a CareWeb plugin.
PluginDefinition() - Constructor for class org.carewebframework.shell.plugins.PluginDefinition
The basic constructor.
PluginDefinition(String, String, Class<? extends ElementBase>) - Constructor for class org.carewebframework.shell.plugins.PluginDefinition
Constructs a plugin definition for the specified plugin id, name and class.
PluginDefinition(PluginDefinition) - Constructor for class org.carewebframework.shell.plugins.PluginDefinition
Copy constructor.
PluginDefinition.Authority - Class in org.carewebframework.shell.plugins
Represents a security authority.
PluginEvent - Class in org.carewebframework.shell.plugins
Event for all plugin-related actions.
PluginEvent(ElementPlugin, PluginEvent.PluginAction) - Constructor for class org.carewebframework.shell.plugins.PluginEvent
Creates an event to encapsulate an action on the specified plugin.
PluginEvent(ElementPlugin, PluginEvent.PluginAction, Object) - Constructor for class org.carewebframework.shell.plugins.PluginEvent
Creates an event to encapsulate an action on the specified plugin.
PluginEvent.PluginAction - Enum in org.carewebframework.shell.plugins
Actions that may be performed on the container.
PluginException - Exception in org.carewebframework.shell.plugins
Superclass for all exceptions thrown due to a plugin-related error.
PluginException(String) - Constructor for exception org.carewebframework.shell.plugins.PluginException
Create a new PluginsException with the specified message.
PluginException(String, Throwable, String, Object...) - Constructor for exception org.carewebframework.shell.plugins.PluginException
Create a new PluginsException with the specified message and root cause.
PluginRegistry - Class in org.carewebframework.shell.plugins
Registry of all known plugins.
PluginResourceAction - Class in org.carewebframework.shell.plugins
Resource for declaring actions supported by a plugin.
PluginResourceAction() - Constructor for class org.carewebframework.shell.plugins.PluginResourceAction
 
PluginResourceBean - Class in org.carewebframework.shell.plugins
Resource for declaring helper beans associated with the plugin.
PluginResourceBean() - Constructor for class org.carewebframework.shell.plugins.PluginResourceBean
 
PluginResourceButton - Class in org.carewebframework.shell.plugins
Resource for declaring buttons to appear on common toolbar.
PluginResourceButton() - Constructor for class org.carewebframework.shell.plugins.PluginResourceButton
 
PluginResourceCommand - Class in org.carewebframework.shell.plugins
Resource for declaring commands supported by a plugin.
PluginResourceCommand() - Constructor for class org.carewebframework.shell.plugins.PluginResourceCommand
 
PluginResourceCSS - Class in org.carewebframework.shell.plugins
Resource for declaring style sheets associated with the plugin.
PluginResourceCSS() - Constructor for class org.carewebframework.shell.plugins.PluginResourceCSS
 
PluginResourceHelp - Class in org.carewebframework.shell.plugins
Resource for declaring items to appear under the help menu.
PluginResourceHelp() - Constructor for class org.carewebframework.shell.plugins.PluginResourceHelp
 
PluginResourceMenu - Class in org.carewebframework.shell.plugins
Resource for declaring items to appear on the common menu.
PluginResourceMenu() - Constructor for class org.carewebframework.shell.plugins.PluginResourceMenu
 
PluginResourcePropertyGroup - Class in org.carewebframework.shell.plugins
Resource for declaring property groups associated with the plugin.
PluginResourcePropertyGroup() - Constructor for class org.carewebframework.shell.plugins.PluginResourcePropertyGroup
 
PluginStatus - Class in org.carewebframework.shell.plugins
Base class for defining logic that determines when a plugin should be enabled.
PluginStatus() - Constructor for class org.carewebframework.shell.plugins.PluginStatus
Register with the framework to connect any context change listeners.
PluginWakeOnMessage - Class in org.carewebframework.shell.plugins
This can serve as a bean resource for a plugin to insure that a plugin is loaded when a specific generic event is received.
PluginWakeOnMessage(String) - Constructor for class org.carewebframework.shell.plugins.PluginWakeOnMessage
Sets the monitored event.
PluginXmlHandler - Class in org.carewebframework.shell.plugins
This class registers the xml parser for the plugin namespace.
PluginXmlHandler() - Constructor for class org.carewebframework.shell.plugins.PluginXmlHandler
 
PluginXmlParser - Class in org.carewebframework.shell.plugins
Spring xml configuration file parser extension.
PluginXmlParser() - Constructor for class org.carewebframework.shell.plugins.PluginXmlParser
 
popup - Variable in class org.carewebframework.shell.designer.PropertyEditorCustom
 
PropertyBag - Class in org.carewebframework.shell.property
A simple property map that can be used to pass property values to a plugin during deserialization.
PropertyBag(String...) - Constructor for class org.carewebframework.shell.property.PropertyBag
Constructor that can take a variable length list of name=value entries.
propertyChanged() - Method in class org.carewebframework.shell.designer.PropertyGrid
 
PropertyEditorAction - Class in org.carewebframework.shell.designer
Editor for actions.
PropertyEditorAction() - Constructor for class org.carewebframework.shell.designer.PropertyEditorAction
 
PropertyEditorBase<T extends org.fujion.component.BaseUIComponent> - Class in org.carewebframework.shell.designer
All property editors must descend from this abstract class.
PropertyEditorBase(String) - Constructor for class org.carewebframework.shell.designer.PropertyEditorBase
Create property editor using the specified template.
PropertyEditorBase(T) - Constructor for class org.carewebframework.shell.designer.PropertyEditorBase
Create property editor using the specified component for editing.
PropertyEditorBoolean - Class in org.carewebframework.shell.designer
Editor for boolean values.
PropertyEditorBoolean() - Constructor for class org.carewebframework.shell.designer.PropertyEditorBoolean
Create property editor.
PropertyEditorChoiceList - Class in org.carewebframework.shell.designer
Editor for choice lists.
PropertyEditorChoiceList() - Constructor for class org.carewebframework.shell.designer.PropertyEditorChoiceList
 
PropertyEditorColor - Class in org.carewebframework.shell.designer
Property editor for color properties.
PropertyEditorColor() - Constructor for class org.carewebframework.shell.designer.PropertyEditorColor
 
PropertyEditorCustom - Class in org.carewebframework.shell.designer
Allows registration of custom editors for complex property types.
PropertyEditorCustom() - Constructor for class org.carewebframework.shell.designer.PropertyEditorCustom
 
PropertyEditorCustom(String) - Constructor for class org.carewebframework.shell.designer.PropertyEditorCustom
 
PropertyEditorCustomTree<T extends ElementBase> - Class in org.carewebframework.shell.designer
Abstract class for implementing a custom property editor based on a tree view display of child elements that can be manipulated and whose properties may be edited.
PropertyEditorCustomTree(Class<T>, String, boolean) - Constructor for class org.carewebframework.shell.designer.PropertyEditorCustomTree
Create the editor instance.
PropertyEditorCustomTree.Proxy - Class in org.carewebframework.shell.designer
Subclass ElementProxy to allow us to synchronize changes to label property with the corresponding tree node.
PropertyEditorDate - Class in org.carewebframework.shell.designer
Editor for dates.
PropertyEditorDate() - Constructor for class org.carewebframework.shell.designer.PropertyEditorDate
 
PropertyEditorDouble - Class in org.carewebframework.shell.designer
Editor for double values.
PropertyEditorDouble() - Constructor for class org.carewebframework.shell.designer.PropertyEditorDouble
 
PropertyEditorEnum - Class in org.carewebframework.shell.designer
Editor for enumerable types (enums and iterables).
PropertyEditorEnum() - Constructor for class org.carewebframework.shell.designer.PropertyEditorEnum
 
PropertyEditorIcon - Class in org.carewebframework.shell.designer
Property editor for icon properties.
PropertyEditorIcon() - Constructor for class org.carewebframework.shell.designer.PropertyEditorIcon
 
PropertyEditorInteger - Class in org.carewebframework.shell.designer
Editor for integer values.
PropertyEditorInteger() - Constructor for class org.carewebframework.shell.designer.PropertyEditorInteger
 
PropertyEditorList - Class in org.carewebframework.shell.designer
Base class for component-based property editors.
PropertyEditorList() - Constructor for class org.carewebframework.shell.designer.PropertyEditorList
Create property editor.
PropertyEditorMenubar - Class in org.carewebframework.shell.designer
Property editor for managing menus.
PropertyEditorMenubar() - Constructor for class org.carewebframework.shell.designer.PropertyEditorMenubar
 
PropertyEditorOrderedChildren - Class in org.carewebframework.shell.designer
Property editor for managing a component with ordered children.
PropertyEditorOrderedChildren() - Constructor for class org.carewebframework.shell.designer.PropertyEditorOrderedChildren
 
PropertyEditorSplitterView - Class in org.carewebframework.shell.designer
Property editor for managing splitter panes.
PropertyEditorSplitterView() - Constructor for class org.carewebframework.shell.designer.PropertyEditorSplitterView
 
PropertyEditorStepView - Class in org.carewebframework.shell.designer
Property editor for step view.
PropertyEditorStepView() - Constructor for class org.carewebframework.shell.designer.PropertyEditorStepView
 
PropertyEditorTabView - Class in org.carewebframework.shell.designer
Property editor for managing tabs.
PropertyEditorTabView() - Constructor for class org.carewebframework.shell.designer.PropertyEditorTabView
 
PropertyEditorText - Class in org.carewebframework.shell.designer
Editor for simple text.
PropertyEditorText() - Constructor for class org.carewebframework.shell.designer.PropertyEditorText
 
PropertyEditorTreeView - Class in org.carewebframework.shell.designer
Property editor for managing tree nodes.
PropertyEditorTreeView() - Constructor for class org.carewebframework.shell.designer.PropertyEditorTreeView
 
PropertyEditorTriggers - Class in org.carewebframework.shell.designer
Property editor for managing triggers.
PropertyEditorTriggers() - Constructor for class org.carewebframework.shell.designer.PropertyEditorTriggers
 
PropertyEditorTriggers.TriggerProxy - Class in org.carewebframework.shell.designer
 
PropertyGrid - Class in org.carewebframework.shell.designer
Dialog for managing property values of UI elements within the designer.
PropertyGrid() - Constructor for class org.carewebframework.shell.designer.PropertyGrid
 
PropertyInfo - Class in org.carewebframework.shell.property
Holds information about a specific plug-in property.
PropertyInfo() - Constructor for class org.carewebframework.shell.property.PropertyInfo
 
PropertyProxy - Class in org.carewebframework.shell.property
Used to hold property values prior to plugin initialization.
PropertyProxy(PropertyInfo, Object) - Constructor for class org.carewebframework.shell.property.PropertyProxy
 
PropertySerializer<T> - Class in org.carewebframework.shell.property
Base class for property serialization support.
PropertySerializer() - Constructor for class org.carewebframework.shell.property.PropertySerializer
 
PropertySerializer.EnumSerializer - Class in org.carewebframework.shell.property
Serializer class for enumerations.
PropertySerializer.IterableSerializer - Class in org.carewebframework.shell.property
Serializer class for iterables.
PropertyType - Class in org.carewebframework.shell.property
Represents information about a specific property data type.
PropertyType(String, PropertySerializer<?>, Class<? extends PropertyEditorBase<?>>) - Constructor for class org.carewebframework.shell.property.PropertyType
Creates a property type with the specified attributes.
PropertyTypeRegistry - Class in org.carewebframework.shell.property
Registry of all supported property types.
PropertyTypeRegistry() - Constructor for class org.carewebframework.shell.property.PropertyTypeRegistry
Registers several built-in property types.
PropertyUtil - Class in org.carewebframework.shell.property
Utility methods for manipulating properties.
Proxy(T) - Constructor for class org.carewebframework.shell.designer.PropertyEditorCustomTree.Proxy
 
Proxy(PluginDefinition) - Constructor for class org.carewebframework.shell.designer.PropertyEditorCustomTree.Proxy
 

R

raise(String, Throwable) - Static method in exception org.carewebframework.shell.ancillary.CWFException
 
raise(String) - Static method in exception org.carewebframework.shell.ancillary.CWFException
 
realize() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree.Proxy
 
realize() - Method in class org.carewebframework.shell.designer.PropertyEditorTriggers.TriggerProxy
 
realize(ElementBase) - Method in class org.carewebframework.shell.elements.ElementProxy
Realizes the creation or destruction of the proxied object.
rebindChildren() - Method in class org.carewebframework.shell.elements.ElementUI
Rebind any children.
register(String, INotificationListener) - Method in class org.carewebframework.shell.ancillary.NotificationListeners
 
register(String, String) - Method in class org.carewebframework.shell.CareWebShellEx
Register a plugin by specifying a path and a url.
register(String, String, IPropertyProvider) - Method in class org.carewebframework.shell.CareWebShellEx
Register a plugin by specifying a path and a url.
register(String, PluginDefinition) - Method in class org.carewebframework.shell.CareWebShellEx
Registers the plugin with the specified definition with the specified path.
register(String, PluginDefinition, IPropertyProvider) - Method in class org.carewebframework.shell.CareWebShellEx
Registers the plugin with the specified definition with the specified path.
register(CareWebShell, ElementBase, boolean) - Method in interface org.carewebframework.shell.plugins.IPluginResource
Registers/unregisters a plugin resource.
register(PluginDefinition) - Method in class org.carewebframework.shell.plugins.PluginRegistry
 
register(CareWebShell, ElementBase, boolean) - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Registers/unregisters an action resource.
register(CareWebShell, ElementBase, boolean) - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Registers/unregisters a bean resource.
register(CareWebShell, ElementBase, boolean) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Registers/unregisters a button resource.
register(CareWebShell, ElementBase, boolean) - Method in class org.carewebframework.shell.plugins.PluginResourceCommand
Registers/unregisters a command resource.
register(CareWebShell, ElementBase, boolean) - Method in class org.carewebframework.shell.plugins.PluginResourceCSS
Registers/unregisters a CSS resource.
register(CareWebShell, ElementBase, boolean) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Registers/unregisters a help resource.
register(CareWebShell, ElementBase, boolean) - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Registers/unregisters a plugin resource.
register(CareWebShell, ElementBase, boolean) - Method in class org.carewebframework.shell.plugins.PluginResourcePropertyGroup
Registers/unregisters a property group resource.
register(String, Class<? extends PropertyEditorBase<?>>) - Static method in class org.carewebframework.shell.property.PropertyTypeRegistry
Registers a property type.
register(String, PropertySerializer<?>, Class<? extends PropertyEditorBase<?>>) - Static method in class org.carewebframework.shell.property.PropertyTypeRegistry
Registers a property type.
registerAction(IDisable) - Method in class org.carewebframework.shell.elements.ElementPlugin
Registers an action element.
registerAllowedChildClass(Class<? extends ElementBase>, Class<? extends ElementBase>, int) - Static method in class org.carewebframework.shell.elements.ElementBase
A ElementBase subclass should call this in its static initializer block to register any subclasses that may be a child.
registerAllowedParentClass(Class<? extends ElementBase>, Class<? extends ElementBase>) - Static method in class org.carewebframework.shell.elements.ElementBase
A ElementBase subclass should call this in its static initializer block to register any subclasses that may act as a parent.
registerBean(String, boolean) - Method in class org.carewebframework.shell.elements.ElementPlugin
Registers a helper bean with this container.
registerCallback(ITriggerCallback) - Method in class org.carewebframework.shell.elements.ElementTriggerCondition
 
registerCallback(ITriggerCallback) - Method in interface org.carewebframework.shell.triggers.ITriggerCondition
 
registerCallback(ITriggerCallback) - Method in class org.carewebframework.shell.triggers.TriggerConditionGenericEvent
 
registerComponent(BaseUIComponent) - Method in class org.carewebframework.shell.elements.ElementPlugin
Register a component with the container.
registerFromId(String, String) - Method in class org.carewebframework.shell.CareWebShellEx
Registers the plugin with the specified id and path.
registerFromId(String, String, IPropertyProvider) - Method in class org.carewebframework.shell.CareWebShellEx
Registers the plugin with the specified id and path.
registerHelpResource(PluginResourceHelp) - Method in class org.carewebframework.shell.CareWebShell
Registers a help resource.
registerId(String, BaseComponent) - Method in class org.carewebframework.shell.elements.ElementPlugin
Allows auto-wire to work even if component is not a child of the container.
registerLayout(String, String) - Method in class org.carewebframework.shell.CareWebShellEx
Registers a layout at the specified path.
registerListener(IPluginEvent) - Method in class org.carewebframework.shell.elements.ElementPlugin
Registers a listener for the IPluginEvent callback event.
registerListener(IPluginEventListener) - Method in class org.carewebframework.shell.elements.ElementPlugin
Registers a listener for the IPluginEventListener callback event.
registerMenu(String, String) - Method in class org.carewebframework.shell.CareWebShellEx
Register a menu.
registerObject(Object) - Method in class org.carewebframework.shell.CareWebStartup
Register a startup routine.
registerPlugin(ElementPlugin) - Method in class org.carewebframework.shell.CareWebShell
Registers a plugin and its resources.
registerProperties(Object, String...) - Method in class org.carewebframework.shell.elements.ElementPlugin
Registers one or more named properties to the container.
registerProperty(Object, String, boolean) - Method in class org.carewebframework.shell.elements.ElementPlugin
Registers a named property to the container.
registerPropertyGroup(String) - Method in class org.carewebframework.shell.CareWebShell
Registers a property group.
registerStyleSheet(String) - Method in class org.carewebframework.shell.CareWebShell
Registers an external style sheet.
RelatedClassMap - Class in org.carewebframework.shell.ancillary
Defines cardinality relationships between layout elements.
RelatedClassMap() - Constructor for class org.carewebframework.shell.ancillary.RelatedClassMap
 
RelatedClassMap.Cardinality - Class in org.carewebframework.shell.ancillary
Represents cardinality from source class to target class.
remove(boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Removes this element from its parent and optionally destroys it.
removeChild(ElementBase, boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Removes the specified element as a child of this parent.
removeChildren() - Method in class org.carewebframework.shell.elements.ElementBase
Remove and destroy all children associated with this element.
removeListener(BaseComponent) - Method in class org.carewebframework.shell.designer.Clipboard
 
removeTarget(ElementUI) - Method in class org.carewebframework.shell.elements.ElementTrigger
 
removeThread(IAbortable) - Method in class org.carewebframework.shell.plugins.PluginController
Remove a thread from the active list.
removeTrigger(ElementTrigger) - Method in class org.carewebframework.shell.elements.ElementUI
 
renameLayout(LayoutIdentifier, String) - Method in interface org.carewebframework.shell.layout.ILayoutService
Rename a layout.
renameLayout(LayoutIdentifier, String) - Method in class org.carewebframework.shell.layout.LayoutService
Rename a layout.
renameLayout(LayoutIdentifier, String) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Rename a layout.
requestRefresh() - Method in class org.carewebframework.shell.designer.LayoutDesigner
Submits an asynchronous refresh request if one is not already pending.
resequenceTargets(BaseComponent, ElementBase) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Resequence all UI elements to match that of the tree view.
resequenceTargets(BaseComponent, ElementBase) - Method in class org.carewebframework.shell.designer.PropertyEditorTriggers
 
reset() - Method in class org.carewebframework.shell.CareWebShell
Resets the desktop to its baseline state and clears registered help modules and property groups.
resolvePath(ElementTabPane, String) - Method in class org.carewebframework.shell.CareWebShellEx.PathResolver
Resolves the path, returning the UI element to be used as the parent of the plugin.
RESOURCE_PREFIX - Static variable in class org.carewebframework.shell.Constants
 
RESOURCE_PREFIX - Static variable in class org.carewebframework.shell.designer.DesignConstants
 
restore(BaseUIComponent) - Static method in class org.carewebframework.shell.ancillary.SavedState
 
revert() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Revert changes to the property value.
revert() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
Reverts all changes to the last committed state.
revert() - Method in class org.carewebframework.shell.elements.ElementProxy
 

S

SavedState - Class in org.carewebframework.shell.ancillary
Saves various states of a component prior to configuring it for design mode.
SavedState(BaseUIComponent) - Constructor for class org.carewebframework.shell.ancillary.SavedState
 
saveLayout(Layout, LayoutIdentifier, boolean, IResponseCallback<LayoutIdentifier>) - Static method in class org.carewebframework.shell.designer.LayoutManager
Prompts to save layout.
saveLayout(LayoutIdentifier, String) - Method in interface org.carewebframework.shell.layout.ILayoutService
Saves a layout with the specified name and content.
saveLayout(LayoutIdentifier, String) - Method in class org.carewebframework.shell.layout.LayoutService
Saves a layout with the specified name and content.
saveLayout(LayoutIdentifier, String) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Saves a layout with the specified name and content.
saveToProperty(LayoutIdentifier) - Method in class org.carewebframework.shell.layout.Layout
Saves the layout as a property value using the specified identifier.
serialize(Object) - Method in class org.carewebframework.shell.property.PropertySerializer.EnumSerializer
 
serialize(Object) - Method in class org.carewebframework.shell.property.PropertySerializer
Serialize an object instance to a string.
setAction(String) - Method in class org.carewebframework.shell.elements.ElementActionBase
 
setAction(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the action that will be invoked when the button is clicked.
setAction(String) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Sets the action that will be invoked when the associated menu item is clicked.
setAction(String) - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Sets the action that will be invoked when the menu item is clicked.
setAction(IAction) - Method in class org.carewebframework.shell.triggers.TriggerActionAction
 
setActivePane(ElementStepPane) - Method in class org.carewebframework.shell.elements.ElementStepView
Sets the active pane.
setActivePane(ElementTabPane) - Method in class org.carewebframework.shell.elements.ElementTabView
Sets the active (visible) pane.
setActivePane(ElementTreePane) - Method in class org.carewebframework.shell.elements.ElementTreeView
Activates the specified pane.
setAlignment(Toolbar.Alignment) - Method in class org.carewebframework.shell.elements.ElementToolbar
 
setAppId(String) - Method in class org.carewebframework.shell.elements.ElementDesktop
Sets the application id of this instance.
setAuthorities(List<PluginDefinition.Authority>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Adds authorities from the list to the list of authorities associated with this plugin.
setAutoStart(boolean) - Method in class org.carewebframework.shell.CareWebShell
Sets the auto-start setting.
setBean(String) - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Sets the referenced bean by its id.
setBusy(String) - Method in class org.carewebframework.shell.elements.ElementPlugin
If message is not null, disables the plugin and displays the busy message.
setCaption(String) - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
setCaption(String) - Method in class org.carewebframework.shell.elements.ElementStepView
Sets the caption.
setCaption(String) - Method in class org.carewebframework.shell.elements.ElementTreeView
Sets the caption of the selector pane.
setCaption(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the value of the button's caption text.
setCategory(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the category under which this plugin is to be classified.
setClazz(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the UI element class associated with this definition.
setColor(String) - Method in class org.carewebframework.shell.elements.ElementUI
Provides a default implementation for setting the color of a UI element.
setConfig(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setConfig(Properties) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setCopyright(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets any copyright information for this plugin.
setCreator(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the name of the creator of this plugin.
setDefault(String) - Method in class org.carewebframework.shell.property.PropertyInfo
Sets the default value for this property.
setDefinition(PluginDefinition) - Method in class org.carewebframework.shell.elements.ElementBase
Sets the plugin definition for this element.
setDefinition(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.elements.ElementBase
Sets the plugin definition based on the specified class.
setDefinition(PluginDefinition) - Method in class org.carewebframework.shell.elements.ElementLayout
 
setDefinition(PluginDefinition) - Method in class org.carewebframework.shell.elements.ElementPlugin
Sets the plugin definition the container will use to instantiate the plugin.
setDeleted(boolean) - Method in class org.carewebframework.shell.elements.ElementProxy
 
setDescription(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the description of this plugin.
setDescription(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setDesignContextMenu(Menupopup) - Method in class org.carewebframework.shell.elements.ElementStepPane
Overrides the default behavior to also target the button component.
setDesignContextMenu(Menupopup) - Method in class org.carewebframework.shell.elements.ElementTreePane
Apply/remove the design context menu to/from both the pane and its associated node.
setDesignContextMenu(Menupopup) - Method in class org.carewebframework.shell.elements.ElementUI
Apply/remove the design context menu to/from CWF components.
setDesignContextMenu(BaseUIComponent, Menupopup) - Method in class org.carewebframework.shell.elements.ElementUI
Apply/remove the design context menu to/from the specified component.
setDesignMode(boolean) - Method in class org.carewebframework.shell.elements.ElementActionBase
Disable action in design mode.
setDesignMode(boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Sets design mode status for this component and all its children.
setDesignMode(boolean) - Method in class org.carewebframework.shell.elements.ElementPlugin
Passes design mode setting to the container.
setDesignMode(boolean) - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
setDesignMode(boolean) - Method in class org.carewebframework.shell.elements.ElementUI
Sets design mode status for this component and all its children and triggers.
setDisabled(boolean) - Method in class org.carewebframework.shell.elements.ElementPlugin
 
setDisabled(boolean) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the disabled state of the plugin.
setEditable(boolean) - Method in class org.carewebframework.shell.property.PropertyInfo
Sets whether the object is editable.
setEnabled(boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Sets the enabled state of the component.
setEnabled(boolean) - Method in class org.carewebframework.shell.elements.ElementStepPane
 
setEnabled(boolean) - Method in class org.carewebframework.shell.elements.ElementTabPane
Apply the disable style when a tab is disabled.
setEnabled(boolean) - Method in class org.carewebframework.shell.elements.ElementTreePane
Sets the enabled state of the node.
setFocus() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Sets focus to the editor component.
setFocus() - Method in class org.carewebframework.shell.designer.PropertyEditorBoolean
Sets focus to the selected radio button.
setFocus() - Method in class org.carewebframework.shell.designer.PropertyEditorCustom
 
setGetter(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setGroup(String) - Method in class org.carewebframework.shell.plugins.PluginResourcePropertyGroup
Sets the name of the associated property group.
setHelpViewerMode(HelpViewer.HelpViewerMode) - Method in class org.carewebframework.shell.elements.ElementDesktop
Sets the help viewer display mode for this desktop.
setHint(String) - Method in class org.carewebframework.shell.elements.ElementUI
Sets the tool tip text.
setHint(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the text to appear when the mouse cursor hovers over the button.
setIcon(String) - Method in class org.carewebframework.shell.AboutDialog
Sets the default url of the icon to display in the header.
setIcon(String) - Method in class org.carewebframework.shell.elements.ElementButton
Sets the URL of the icon to display on the button.
setIcon(String) - Method in class org.carewebframework.shell.elements.ElementDesktop
Sets the url for the title bar icon.
setIcon(String) - Method in class org.carewebframework.shell.elements.ElementStepPane
Sets the button image from a url.
setIcon(String) - Method in class org.carewebframework.shell.elements.ElementTabPane
Sets the tab icon.
setIcon(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the url of the icon associated with the plugin.
setIcon(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the url of an image to display on the button.
setId(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the unique id of the plugin definition
setId(String) - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Sets the unique id associated with the action.
setId(String) - Method in class org.carewebframework.shell.plugins.PluginResourceButton
Sets the id to be assigned to the newly created component.
setId(String) - Method in class org.carewebframework.shell.plugins.PluginResourceCommand
Sets the id of the command.
setId(String) - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Sets the id to be assigned to the newly created component.
setId(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setIndex(int) - Method in class org.carewebframework.shell.elements.ElementBase
Sets this element's index to the specified value.
setInnerComponent(BaseUIComponent) - Method in class org.carewebframework.shell.elements.ElementUI
Sets the innermost wrapped UI component.
setItem(Treenode) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree.Proxy
 
setLabel(String) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree.Proxy
 
setLabel(String) - Method in class org.carewebframework.shell.elements.ElementButton
Sets the button's label text.
setLabel(String) - Method in class org.carewebframework.shell.elements.ElementLabel
Sets the button's label text.
setLabel(String) - Method in class org.carewebframework.shell.elements.ElementMenuItem
 
setLabel(String) - Method in class org.carewebframework.shell.elements.ElementStepPane
Sets the button label.
setLabel(String) - Method in class org.carewebframework.shell.elements.ElementTabPane
Sets the caption label.
setLabel(String) - Method in class org.carewebframework.shell.elements.ElementTreePane
 
setLabel(String) - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Sets the label of the action.
setLayout(String) - Method in class org.carewebframework.shell.CareWebShell
Sets the layout to be loaded.
setLayoutName(String) - Method in class org.carewebframework.shell.elements.ElementLayout
 
setLazyLoad(boolean) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the lazyLoad flag.
setLinked(boolean) - Method in class org.carewebframework.shell.elements.ElementLayout
Sets the linked state.
setListener(BaseComponent) - Method in class org.carewebframework.shell.designer.DesignContextMenu
Sets the component that is to receive layout change events.
setLocked(boolean) - Method in class org.carewebframework.shell.elements.ElementBase
Sets the locked status of the element.
setLogoutConfirm(boolean) - Method in class org.carewebframework.shell.CareWebShell
Set to true if confirmation is required upon user-initiated logout.
setMaskMode(DesignMask.MaskMode) - Method in class org.carewebframework.shell.elements.ElementUI
Sets whether to use the design mode mask.
setMode(DesignMask.MaskMode) - Method in class org.carewebframework.shell.designer.DesignMask
 
setModule(String) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Sets the id of the associated help module.
setName(String) - Method in class org.carewebframework.shell.layout.Layout
Sets the name of the current layout.
setName(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition.Authority
 
setName(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the display name of the plugin definition.
setName(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setNoHome(boolean) - Method in class org.carewebframework.shell.elements.ElementStepView
Set to true to suppress home pane.
setNoNavigation(boolean) - Method in class org.carewebframework.shell.elements.ElementStepView
Set to true to suppress navigation controls.
setOpen(boolean) - Method in class org.carewebframework.shell.elements.ElementTreeView
Opens or closes the selector pane.
setOrientation(String) - Method in class org.carewebframework.shell.elements.ElementSplitterView
 
setOrientation(String) - Method in class org.carewebframework.shell.elements.ElementTabView
Sets the orientation which can be horizontal or vertical.
setOuterComponent(BaseUIComponent) - Method in class org.carewebframework.shell.elements.ElementUI
Sets the outermost wrapped UI component.
setOwner(ElementUI) - Method in class org.carewebframework.shell.designer.DesignContextMenu
Sets the context menu's owner.
setParent(ElementBase) - Method in class org.carewebframework.shell.elements.ElementBase
Sets the parent of this element, subject to the parent/child constraints applicable to each.
setPath(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the path of the resource containing the plugin definition.
setPath(String) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Sets the path that determines where the associated menu item will appear under the help submenu.
setPath(String) - Method in class org.carewebframework.shell.plugins.PluginResourceMenu
Sets the path that determines where the associated menu item will appear under the common menu.
setPathResolver(CareWebShellEx.PathResolver) - Method in class org.carewebframework.shell.CareWebShellEx
Sets the path resolver implementation.
setPosition(BaseLabeledComponent.LabelPositionHorz) - Method in class org.carewebframework.shell.elements.ElementButton
 
setProperties(List<PropertyInfo>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Adds properties from the list to the list of properties associated with this plugin.
setPropertyValue(PropertyInfo, Object) - Method in class org.carewebframework.shell.elements.ElementPlugin
Sets a value for a registered property.
setPropertyValue(PropertyInfo, Object) - Method in class org.carewebframework.shell.elements.ElementProxy
Overridden to set property value in proxy's property cache.
setPropertyValue(String, Object) - Method in class org.carewebframework.shell.elements.ElementProxy
 
setPropertyValue(PropertyInfo, Object) - Method in interface org.carewebframework.shell.property.IPropertyAccessor
Sets the value of the specified property.
setPropertyValue(Object, Object) - Method in class org.carewebframework.shell.property.PropertyInfo
Sets the property value for a specified object instance.
setPropertyValue(Object, Object, boolean) - Method in class org.carewebframework.shell.property.PropertyInfo
Sets the property value for a specified object instance.
setRejectReason(String) - Method in class org.carewebframework.shell.elements.ElementBase
Sets the reject reason to the specified value.
setRelative(boolean) - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
setReleased(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets release information (typically a date) about the plugin.
setRequired(boolean) - Method in class org.carewebframework.shell.plugins.PluginResourceBean
Sets whether or not the reference bean is required.
setRequiresAll(boolean) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the requiresAll flag.
setResizable(boolean) - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
setResources(List<IPluginResource>) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Adds resources from the list to the list of resources associated with this plugin.
setScript(String) - Method in class org.carewebframework.shell.plugins.PluginResourceAction
Sets the script of the action.
setSelectionStyle(ThemeUtil.ButtonStyle) - Method in class org.carewebframework.shell.elements.ElementTreeView
Sets the button style to use for selected nodes.
setSerializable(boolean) - Method in class org.carewebframework.shell.property.PropertyInfo
Sets whether the object is serializable.
setSetter(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setShared(boolean) - Method in class org.carewebframework.shell.elements.ElementLayout
 
setShell(CareWebShell) - Static method in class org.carewebframework.shell.CareWebUtil
Sets the active instance of the CareWeb shell.
setSize(ThemeUtil.ButtonSize) - Method in class org.carewebframework.shell.elements.ElementButton
 
setSize(ThemeUtil.LabelSize) - Method in class org.carewebframework.shell.elements.ElementLabel
 
setSize(int) - Method in class org.carewebframework.shell.elements.ElementSplitterPane
 
setSource(String) - Method in class org.carewebframework.shell.AboutDialog
Sets the default item source to display in the header.
setSource(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the source of the plugin.
setStretch(boolean) - Method in class org.carewebframework.shell.elements.ElementImage
Sets whether or not to stretch the image to fill its parent.
setStyle(ThemeUtil.ButtonStyle) - Method in class org.carewebframework.shell.elements.ElementButton
 
setStyle(ThemeUtil.PanelStyle) - Method in class org.carewebframework.shell.elements.ElementDesktop
Sets the panel style to use for the desktop.
setStyle(ThemeUtil.LabelStyle) - Method in class org.carewebframework.shell.elements.ElementLabel
 
setStyle(ThemeUtil.PanelStyle) - Method in class org.carewebframework.shell.elements.ElementStepView
Sets the panel style to use for the desktop.
setTarget(ElementBase) - Method in class org.carewebframework.shell.designer.PropertyGrid
Sets the target UI element for the property grid.
setTarget(Object, List<PropertyInfo>, String) - Method in class org.carewebframework.shell.designer.PropertyGrid
Sets the target object for the property grid.
setTitle(String) - Method in class org.carewebframework.shell.elements.ElementDesktop
Sets the title text.
setTopic(String) - Method in class org.carewebframework.shell.plugins.PluginResourceHelp
Sets the topic id associated with this help resource.
setType(String) - Method in class org.carewebframework.shell.property.PropertyInfo
 
setUrl(String) - Method in class org.carewebframework.shell.elements.ElementFrame
Sets the URL of the content to be retrieved.
setUrl(String) - Method in class org.carewebframework.shell.elements.ElementImage
Sets the URL of the image to display.
setUrl(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets the URL of the principal cwf page for the plugin.
setUrl(String) - Method in class org.carewebframework.shell.plugins.PluginResourceCSS
Sets the url of the associated style sheet.
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Logic to set the value in the editor component.
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorBoolean
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorColor
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorDate
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorDouble
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorIcon
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorInteger
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorList
 
setValue(Object) - Method in class org.carewebframework.shell.designer.PropertyEditorText
 
setValue(Object) - Method in class org.carewebframework.shell.property.PropertyProxy
 
setVersion(String) - Method in class org.carewebframework.shell.plugins.PluginDefinition
Sets version information about the plugin.
setVisible(boolean) - Method in class org.carewebframework.shell.elements.ElementUI
Sets the visibility state of the component.
setWrongValueException(Throwable) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Updates the wrong value message at the client.
setWrongValueMessage(String) - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Updates the wrong value message at the client.
shared - Variable in class org.carewebframework.shell.layout.LayoutIdentifier
 
SHELL_INSTANCE - Static variable in class org.carewebframework.shell.Constants
 
show(Clipboard) - Static method in class org.carewebframework.shell.designer.ClipboardViewer
Show viewer.
show(boolean, String, IEventListener) - Static method in class org.carewebframework.shell.designer.LayoutManager
Invokes the layout manager dialog.
show(LayoutIdentifier, boolean, boolean, String, String, IEventListener) - Static method in class org.carewebframework.shell.designer.LayoutPrompt
Prompts for a layout.
showBusy(String) - Method in class org.carewebframework.shell.plugins.PluginController
Displays/clears a busy message.
showHelpTOC() - Static method in class org.carewebframework.shell.CareWebUtil
Shows table of contents in help viewer.
showHelpTopic(String, String, String) - Static method in class org.carewebframework.shell.CareWebUtil
Shows help topic in help viewer.
showMessage(String, String) - Static method in class org.carewebframework.shell.CareWebUtil
Sends an informational message for display by desktop.
showMessage(String) - Static method in class org.carewebframework.shell.CareWebUtil
Sends an informational message for display by desktop.
start() - Method in class org.carewebframework.shell.CareWebShell
Executed once all plugins are loaded.
STRING - Static variable in class org.carewebframework.shell.property.PropertySerializer
Serializer for String data type.

T

toClipboard() - Method in interface org.carewebframework.shell.designer.IClipboardAware
Converts to string format suitable for displaying in clipboard viewer.
toClipboard() - Method in class org.carewebframework.shell.layout.Layout
Converts to clipboard format.
TOOLBAR_PATH - Static variable in class org.carewebframework.shell.CareWebShellEx
 
toString() - Method in class org.carewebframework.shell.elements.ElementTrigger
 
toString() - Method in class org.carewebframework.shell.layout.Layout
Returns the layout as an xml-formatted string.
TriggerActionAction - Class in org.carewebframework.shell.triggers
Trigger action that invokes a registered action.
TriggerActionAction() - Constructor for class org.carewebframework.shell.triggers.TriggerActionAction
 
TriggerActionAction(IAction) - Constructor for class org.carewebframework.shell.triggers.TriggerActionAction
 
TriggerActionAction(String) - Constructor for class org.carewebframework.shell.triggers.TriggerActionAction
 
TriggerActionHide - Class in org.carewebframework.shell.triggers
Trigger action that makes a UI element visible.
TriggerActionHide() - Constructor for class org.carewebframework.shell.triggers.TriggerActionHide
 
TriggerActionLogout - Class in org.carewebframework.shell.triggers
Trigger action that invokes the shell logout action.
TriggerActionLogout() - Constructor for class org.carewebframework.shell.triggers.TriggerActionLogout
 
TriggerActionShow - Class in org.carewebframework.shell.triggers
Trigger action that makes a UI element visible.
TriggerActionShow() - Constructor for class org.carewebframework.shell.triggers.TriggerActionShow
 
TriggerConditionActivate - Class in org.carewebframework.shell.triggers
Condition that triggers when a UI component is activated.
TriggerConditionActivate() - Constructor for class org.carewebframework.shell.triggers.TriggerConditionActivate
 
TriggerConditionGenericEvent - Class in org.carewebframework.shell.triggers
Condition that triggers based on a generic event.
TriggerConditionGenericEvent(String) - Constructor for class org.carewebframework.shell.triggers.TriggerConditionGenericEvent
 
TriggerProxy(ElementTrigger) - Constructor for class org.carewebframework.shell.designer.PropertyEditorTriggers.TriggerProxy
 
TriggerProxy(PluginDefinition) - Constructor for class org.carewebframework.shell.designer.PropertyEditorTriggers.TriggerProxy
 
tryRegisterController(Object) - Method in class org.carewebframework.shell.elements.ElementPlugin
Registers an object as a controller if it implements the IPluginController interface.
tryRegisterListener(Object, boolean) - Method in class org.carewebframework.shell.elements.ElementPlugin
Attempts to register or unregister an object as an event listener.
TYPE - Static variable in class org.carewebframework.shell.plugins.PluginEvent
 

U

unbind() - Method in class org.carewebframework.shell.elements.ElementMenuItem
 
unbind() - Method in class org.carewebframework.shell.elements.ElementStepPane
Detach the UI components of the child pane the UI.
unbind() - Method in class org.carewebframework.shell.elements.ElementTreePane
Remove the node from the tree view when this element is destroyed.
unbind() - Method in class org.carewebframework.shell.elements.ElementUI
Override to unbind wrapped components from the UI.
unregister(Class<? extends ElementBase>) - Method in class org.carewebframework.shell.plugins.PluginRegistry
 
unregisterByKey(String) - Method in class org.carewebframework.shell.plugins.PluginRegistry
 
unregisterCallback(ITriggerCallback) - Method in class org.carewebframework.shell.elements.ElementTriggerCondition
 
unregisterCallback(ITriggerCallback) - Method in interface org.carewebframework.shell.triggers.ITriggerCondition
 
unregisterCallback(ITriggerCallback) - Method in class org.carewebframework.shell.triggers.TriggerConditionGenericEvent
 
unregisterListener(IPluginEvent) - Method in class org.carewebframework.shell.elements.ElementPlugin
Unregisters a listener for the IPluginEvent callback event.
unregisterListener(IPluginEventListener) - Method in class org.carewebframework.shell.elements.ElementPlugin
Unregisters a listener for the IPluginEvent callback event.
unregisterObject(Object) - Method in class org.carewebframework.shell.CareWebStartup
Unregister a startup routine.
unregisterPlugin(ElementPlugin) - Method in class org.carewebframework.shell.CareWebShell
Unregisters a plugin and its resources.
update() - Method in class org.carewebframework.shell.designer.DesignMask
Show or hide the design mode mask.
updateDisabled() - Method in class org.carewebframework.shell.plugins.PluginStatus
Call to update the disabled status for the bean.
updateListener() - Method in class org.carewebframework.shell.elements.ElementActionBase
Disables the event listener when in design mode.
updateNavigationElements() - Method in class org.carewebframework.shell.elements.ElementStepView
Update any navigation elements based on the currently active pane.
updateParentState() - Method in class org.carewebframework.shell.elements.ElementBase
Calls updateState on the parent if one exists.
updateState() - Method in class org.carewebframework.shell.elements.ElementBase
Update an element based on the state of its children.
updateState() - Method in class org.carewebframework.shell.elements.ElementStepView
Updates the state of child components.
updateState() - Method in class org.carewebframework.shell.elements.ElementUI
Update a UI element based on the state of its children.
updateStates(ElementBase, IDisable, IDisable, IDisable, IDisable, IDisable, IDisable, IDisable) - Method in class org.carewebframework.shell.designer.DesignContextMenu
Updates states on input elements (typically buttons or menu items) according to state of the specified UI element.
updateStatus() - Method in class org.carewebframework.shell.plugins.PluginStatus
Updates the disabled status of all registered containers.
updateValue() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
Updates the last committed value.
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.elements.ElementPlugin
Sets the visibility of the contained resource and any registered components.
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.elements.ElementStepPane
 
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.elements.ElementTabPane
Sets the visibility and selection state of the tab.
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.elements.ElementTabView
 
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.elements.ElementTreePane
 
updateVisibility() - Method in class org.carewebframework.shell.elements.ElementUI
Calls updateVisibility with current settings.
updateVisibility(boolean, boolean) - Method in class org.carewebframework.shell.elements.ElementUI
Override to set the visibility of wrapped components.

V

validateName(String) - Method in interface org.carewebframework.shell.layout.ILayoutService
Validates a layout name.
validateName(String) - Method in class org.carewebframework.shell.layout.LayoutService
Validates a layout name.
validateName(String) - Static method in class org.carewebframework.shell.layout.LayoutUtil
Validates a layout name.
valueOf(String) - Static method in enum org.carewebframework.shell.designer.DesignMask.MaskMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carewebframework.shell.plugins.PluginEvent.PluginAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.carewebframework.shell.designer.DesignMask.MaskMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carewebframework.shell.plugins.PluginEvent.PluginAction
Returns an array containing the constants of this enum type, in the order they are declared.
view() - Method in class org.carewebframework.shell.designer.Clipboard
 

W

wireController() - Method in class org.carewebframework.shell.designer.PropertyEditorBase
 
wireController() - Method in class org.carewebframework.shell.designer.PropertyEditorCustomTree
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

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