edu.stanford.ejalbert.launching.macos
Class MacOsBrowserLaunching

    java.lang.Object
    extended byedu.stanford.ejalbert.launching.macos.MacOsBrowserLaunching
All Implemented Interfaces:
IBrowserLaunching
Direct Known Subclasses:
MacOs2_0BrowserLaunching, MacOs2_1BrowserLaunching

public abstract class MacOsBrowserLaunching
extends Object
implements IBrowserLaunching

Author:
Markus Gebhard

Field Summary
protected static String FINDER_CREATOR
          The creator code of the Finder on a Macintosh, which is needed to send AppleEvents to the application.
 
Fields inherited from interface edu.stanford.ejalbert.launching.IBrowserLaunching
BROWSER_DEFAULT, PROTOCOL_FILE, PROTOCOL_HTTP, PROTOCOL_MAILTO
 
Constructor Summary
MacOsBrowserLaunching()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.stanford.ejalbert.launching.IBrowserLaunching
getBrowserList, initialize, openUrl, openUrl
 

Field Detail

FINDER_CREATOR

    protected static final String FINDER_CREATOR
The creator code of the Finder on a Macintosh, which is needed to send AppleEvents to the application.

See Also:
Constant Field Values
Constructor Detail

MacOsBrowserLaunching

    public MacOsBrowserLaunching()