org.freehep.jas.services
Interface WebBrowser

All Known Implementing Classes:
SimpleWebBrowser

public interface WebBrowser

Version:
$Id: WebBrowser.java 13876 2011-09-20 00:52:21Z tonyj $
Author:
tonyj

Method Summary
 void showURL(URL url)
          Shows a URL in the internal browser.
 void showURL(URL url, boolean external)
          Shows a URL.
 

Method Detail

showURL

void showURL(URL url)
Shows a URL in the internal browser.

Parameters:
url - The URL to show

showURL

void showURL(URL url,
             boolean external)
Shows a URL.

Parameters:
url - The URL to show
external - If true display in OS specific browser, else use internal browser


Copyright © 2013. All Rights Reserved.