|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.AbleHelp
This class provides several static methods for displaying help To open a broswer on a specific URL, use displayHelpUrl() To open a browser on an Able help file, use displayHelp() Able help files are assumed to be in {AbleHome}/docs/com/ibm/able ... The openBrowser() method contains platform-specific command strings to invoke a browser on each platform.
| Field Summary | |
|---|---|
static java.lang.String |
helpFilesPath
the relative path from Able Home to base package help |
| Constructor Summary | |
|---|---|
AbleHelp()
|
|
| Method Summary | |
|---|---|
static void |
displayHelp(java.lang.Object source,
java.lang.String helpFile)
Display an Able help file in a browser |
static void |
displayHelpURL(java.lang.Object source,
java.net.URL url)
Display the specified url in a browser. |
static void |
openBrowser(java.net.URL helpURL)
Opens the default browser on the specified URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.lang.String helpFilesPath
| Constructor Detail |
public AbleHelp()
| Method Detail |
public static void displayHelp(java.lang.Object source,
java.lang.String helpFile)
source - -- the object requesting that help be displayedhelpFile - -- the name of the help (html) file to display
this should be relative to {AbleHomeUrl}/docs/com/ibm/able/
public static void displayHelpURL(java.lang.Object source,
java.net.URL url)
source - The object requesting that help be displayed.url - The name of the help (html) file to display.
public static void openBrowser(java.net.URL helpURL)
throws AbleException
AbleException
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||