- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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.