Java javafx.application HostServices fields, constructors, methods, implement or subclass

Example usage for Java javafx.application HostServices fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.application HostServices.

The text is from its open source code.

Method

StringgetCodeBase()
Gets the code base URI for this application.
StringgetDocumentBase()
Gets the document base URI for this application.
StringresolveURI(String base, String rel)
Resolves the specified relative URI against the base URI and returns the resolved URI.
voidshowDocument(String uri)
Opens the specified URI in a new browser window or tab.