|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OpenBrowser
A utility provided as an OSGi service for opening a web browser. The Cytoscape property "defaultWebBrowser" may be set with an alternative command for opening a different web browser than default.
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>| Field Summary | |
|---|---|
static String |
DEF_WEB_BROWSER_PROP_NAME
The name of a property for a Properties object used to define an alternative web browser command. |
| Method Summary | |
|---|---|
boolean |
openURL(String url)
Opens a web browser pointing to the specified URL. |
| Field Detail |
|---|
static final String DEF_WEB_BROWSER_PROP_NAME
| Method Detail |
|---|
boolean openURL(String url)
url - A string URL that should be opened in the web browser.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||