Uses of Interface
com.teamdev.jxbrowser.browser.CloseOptions
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of CloseOptions in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionCloseOptions.Builder.build()
Returns a newCloseOptions
instance built from the current state of this builder.Modifier and TypeMethodDescriptionvoid
Browser.close
(CloseOptions options) Closes the current browser instance according to the givenoptions
.