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 TypeMethodDescriptionvoidshowDocument(String uri) Implementation of showDocument using HostServicesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
showDocumentin interfaceBrowserService- Parameters:
uri- the URI of the web page that will be opened in a browser.
-