Module com.gluonhq.attach.browser
Package com.gluonhq.attach.browser.impl
Class DesktopBrowserService
java.lang.Object
com.gluonhq.attach.browser.impl.DesktopBrowserService
- All Implemented Interfaces:
BrowserService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidLaunches the user-default browser to show a specified URL.
-
Constructor Details
-
DesktopBrowserService
public DesktopBrowserService()
-
-
Method Details
-
launchExternalBrowser
Description copied from interface:BrowserServiceLaunches the user-default browser to show a specified URL.- Specified by:
launchExternalBrowserin interfaceBrowserService- Parameters:
url- The URL to load when the browser application opens.- Throws:
IOException- If the URL can't be opened
-