Uses of Class
com.teamdev.jxbrowser.browser.CloseOptions.Builder
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of CloseOptions.Builder in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionCloseOptions.Builder.fireBeforeUnload()
Specifies whether thebeforeunload
andunload
JavaScript events should be fired if they were registered when closing a browser instance.static CloseOptions.Builder
CloseOptions.newBuilder()
Creates a newCloseOptions
builder.