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