|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.awt
Class HTMLLauncher

java.lang.Objectcom.flexstor.common.awt.HTMLLauncher
- public class HTMLLauncher
- extends java.lang.Object
| Field Summary | |
static java.lang.String |
IDENTIFIER
|
| Constructor Summary | |
HTMLLauncher()
|
|
| Method Summary | |
private static void |
generateHTML(java.lang.String sTempFile,
java.lang.String sLinkURL)
Initializes a String array of HTML that must be written to a file on the Mac client before launching Help on the Mac. |
static boolean |
openHTML(java.lang.String sURL)
Spawn a new HTML browser and opens the specified URL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
| Constructor Detail |
HTMLLauncher
public HTMLLauncher()
| Method Detail |
openHTML
public static boolean openHTML(java.lang.String sURL)
- Spawn a new HTML browser and opens the specified URL
generateHTML
private static void generateHTML(java.lang.String sTempFile, java.lang.String sLinkURL)
- Initializes a String array of HTML that must be written to a file
on the Mac client before launching Help on the Mac. The HTML file
is a link page that instructs the browser where to jump to a specified
HTML help file. The sURL help file must be written into this link
page to get the browser to open the correct help file on the Mac.
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.awt.HTMLLauncher