java.lang.Object
app.supernaut.fx.services.FxBrowserService
- All Implemented Interfaces:
BrowserService
Implementation of
BrowserService
using JavaFX HostServices
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
showDocument
(String uri) Implementation of showDocument using HostServicesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface app.supernaut.services.BrowserService
showDocument
-
Constructor Details
-
FxBrowserService
Constructor- Parameters:
hostServices
- HostServices object to wrap
-
-
Method Details
-
showDocument
Implementation of showDocument using HostServices- Specified by:
showDocument
in interfaceBrowserService
- Parameters:
uri
- the URI of the web page that will be opened in a browser.
-