public interface OpenBrowser
Module: swing-util-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>swing-util-api</artifactId> </dependency>
Modifier and Type | Field and Description |
---|---|
static String |
DEF_WEB_BROWSER_PROP_NAME
The name of a property for a Properties object used to define an alternative
web browser command.
|
Modifier and Type | Method and Description |
---|---|
boolean |
openURL(String url)
Opens a web browser pointing to the specified URL.
|
static final String DEF_WEB_BROWSER_PROP_NAME
boolean openURL(String url)
url
- A string URL that should be opened in the web browser.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.