Package ghidra.util
Class BrowserLoader
java.lang.Object
ghidra.util.BrowserLoader
BrowserLoader opens a web browser and displays the given url.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BrowserLoader
public BrowserLoader()
-
-
Method Details
-
display
Display the content specified by url in a web browser window. This call will launch a new thread and then immediately return.- Parameters:
url
- The URL to show.
-
display
Display the content specified by url in a web browser window. This call will launch a new thread and then immediately return.- Parameters:
url
- The web URL to show (e.g., http://localhost...).fileURL
- The file URL to show (e.g., file:///path/to/file).serviceProvider
- A service provider from which to get system resources.
-