Gets the code base URI for this application.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Gets the document base URI for this application.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Returns the original delegate's toString()
adding a [SFX]
prefix.
Returns the JavaScript handle of the enclosing DOM window of the web page containing this application.
This class provides HostServices for an Application. This includes methods to get the code base and document base for an Application, show a web page in a browser, and communicate with the enclosing web page using JavaScript if the Application is running in a browser.
Wraps a JavaFX HostServices.