Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.awt
Class HTMLLauncher  view HTMLLauncher download HTMLLauncher.java

java.lang.Object
  extended bycom.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.