程序包 weka.gui
类 BrowserHelper
java.lang.Object
weka.gui.BrowserHelper
A little helper class for browser related stuff.
The
openURL
method is based on
Bare Bones Browser Launch,
which is placed in the public domain.- 版本:
- $Revision: 7059 $
- 作者:
- fracpete (fracpete at waikato dot ac dot nz)
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
LINUX_BROWSERS
Linux/Unix binaries to look for
-
-
构造器详细资料
-
BrowserHelper
public BrowserHelper()
-
-
方法详细资料
-
openURL
opens the URL in a browser.- 参数:
url
- the URL to open
-
openURL
opens the URL in a browser.- 参数:
parent
- the parent componenturl
- the URL to open
-
openURL
opens the URL in a browser.- 参数:
parent
- the parent componenturl
- the URL to openshowDialog
- whether to display a dialog in case of an error or just print the error to the console
-