com.bbn.openmap.util
Class BrowserLauncher2WebBrowser

java.lang.Object
  extended by com.bbn.openmap.util.WebBrowser
      extended by com.bbn.openmap.util.BrowserLauncher2WebBrowser

public class BrowserLauncher2WebBrowser
extends WebBrowser

A WebBrowser implementation that uses BrowserLauncher2. Requires the BrowserLauncher2 jar to be in the classpath and the InformationDelegator.webBrowserClass property set to this classname.

Author:
dietrick

Constructor Summary
BrowserLauncher2WebBrowser()
          Create a web browser that delegates launching to BrowserLauncher2.
 
Method Summary
 void launch(java.lang.String urlString)
          Creates a new web browser process, or points the current one to the url argument.
 
Methods inherited from class com.bbn.openmap.util.WebBrowser
setInfoDelegator, writeAndLaunch, writeFileAndGenerateURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserLauncher2WebBrowser

public BrowserLauncher2WebBrowser()
Create a web browser that delegates launching to BrowserLauncher2.

Method Detail

launch

public void launch(java.lang.String urlString)
Creates a new web browser process, or points the current one to the url argument.

Specified by:
launch in class WebBrowser
Parameters:
urlString - URL


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details