public class CareWebUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
about()
Displays the About dialog.
|
static void |
associateCSH(org.fujion.component.BaseUIComponent component,
HelpContext context)
Associates help context with a component.
|
static void |
associateCSH(org.fujion.component.BaseUIComponent component,
String module,
String topic,
String label)
Associates help context with a component.
|
static CareWebShell |
getShell()
Returns the active instance of the CareWeb shell.
|
protected static void |
setShell(CareWebShell shell)
Sets the active instance of the CareWeb shell.
|
static void |
showHelpTOC()
Shows table of contents in help viewer.
|
static void |
showHelpTopic(String module,
String topic,
String label)
Shows help topic in help viewer.
|
static void |
showMessage(String message)
Sends an informational message for display by desktop.
|
static void |
showMessage(String message,
String caption)
Sends an informational message for display by desktop.
|
public static CareWebShell getShell()
protected static void setShell(CareWebShell shell)
shell - Shell to become the active instance.public static void about()
public static void showMessage(String message, String caption)
message - Text of the message.caption - Optional caption text.public static void showMessage(String message)
message - Text of the message.public static void showHelpTOC()
public static void showHelpTopic(String module, String topic, String label)
module - The id of the help module.topic - The id of the desired topic.label - The label to display for the topic.public static void associateCSH(org.fujion.component.BaseUIComponent component,
String module,
String topic,
String label)
component - The component.module - The help module identifier.topic - The topic id.label - The topic label.public static void associateCSH(org.fujion.component.BaseUIComponent component,
HelpContext context)
component - The component.context - The help context.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.