Class BrowserOpener
java.lang.Object
org.biojava.nbio.structure.align.webstart.BrowserOpener
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanshowDocument(String urlstring) open a URL in the browser that was used to launch SPICEstatic booleanshowDocument(URL url) open a URL in the browser that was used to launch SPICE 
- 
Constructor Details
- 
BrowserOpener
public BrowserOpener() 
 - 
 - 
Method Details
- 
showDocument
open a URL in the browser that was used to launch SPICE- Parameters:
 url- URL to be opened- Returns:
 - true if this was successfull
 
 - 
showDocument
open a URL in the browser that was used to launch SPICE- Parameters:
 urlstring- string represntation of URL to be opened- Returns:
 - true if this was successfull
 
 
 -