Uses of Class
io.github.sosuisen.jfxbuilder.web.WebEngineBuilder
Packages that use WebEngineBuilder
-
Uses of WebEngineBuilder in io.github.sosuisen.jfxbuilder.web
Methods in io.github.sosuisen.jfxbuilder.web that return WebEngineBuilderModifier and TypeMethodDescriptionApplies a function to the WebEngine instance being constructed.WebEngineBuilder.confirmHandler
(Callback<String, Boolean> handler) A builder method that invokes thesetConfirmHandler
method on the instance being constructed.WebEngineBuilder.confirmHandlerPropertyApply
(Consumer<ObjectProperty<Callback<String, Boolean>>> op) Applies a function to theconfirmHandlerProperty
of the instance being constructed.static WebEngineBuilder
WebEngineBuilder.create()
Returns an instance of theWebEngineBuilder
.static WebEngineBuilder
Accepts the constructor arguments ofWebEngine(String)
and returns an instance ofWebEngineBuilder
.WebEngineBuilder.createPopupHandler
(Callback<PopupFeatures, WebEngine> handler) A builder method that invokes thesetCreatePopupHandler
method on the instance being constructed.WebEngineBuilder.createPopupHandlerPropertyApply
(Consumer<ObjectProperty<Callback<PopupFeatures, WebEngine>>> op) Applies a function to thecreatePopupHandlerProperty
of the instance being constructed.WebEngineBuilder.documentPropertyApply
(Consumer<ReadOnlyObjectProperty<Document>> op) Applies a function to thedocumentProperty
of the instance being constructed.WebEngineBuilder.javaScriptEnabled
(boolean value) A builder method that invokes thesetJavaScriptEnabled
method on the instance being constructed.WebEngineBuilder.javaScriptEnabledPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thejavaScriptEnabledProperty
of the instance being constructed.WebEngineBuilder.locationPropertyApply
(Consumer<ReadOnlyStringProperty> op) Applies a function to thelocationProperty
of the instance being constructed.WebEngineBuilder.onAlert
(EventHandler<WebEvent<String>> handler) A builder method that invokes thesetOnAlert
method on the instance being constructed.WebEngineBuilder.onAlertPropertyApply
(Consumer<ObjectProperty<EventHandler<WebEvent<String>>>> op) Applies a function to theonAlertProperty
of the instance being constructed.WebEngineBuilder.onError
(EventHandler<WebErrorEvent> handler) A builder method that invokes thesetOnError
method on the instance being constructed.WebEngineBuilder.onErrorPropertyApply
(Consumer<ObjectProperty<EventHandler<WebErrorEvent>>> op) Applies a function to theonErrorProperty
of the instance being constructed.WebEngineBuilder.onResized
(EventHandler<WebEvent<Rectangle2D>> handler) A builder method that invokes thesetOnResized
method on the instance being constructed.WebEngineBuilder.onResizedPropertyApply
(Consumer<ObjectProperty<EventHandler<WebEvent<Rectangle2D>>>> op) Applies a function to theonResizedProperty
of the instance being constructed.WebEngineBuilder.onStatusChanged
(EventHandler<WebEvent<String>> handler) A builder method that invokes thesetOnStatusChanged
method on the instance being constructed.WebEngineBuilder.onStatusChangedPropertyApply
(Consumer<ObjectProperty<EventHandler<WebEvent<String>>>> op) Applies a function to theonStatusChangedProperty
of the instance being constructed.WebEngineBuilder.onVisibilityChanged
(EventHandler<WebEvent<Boolean>> handler) A builder method that invokes thesetOnVisibilityChanged
method on the instance being constructed.WebEngineBuilder.onVisibilityChangedPropertyApply
(Consumer<ObjectProperty<EventHandler<WebEvent<Boolean>>>> op) Applies a function to theonVisibilityChangedProperty
of the instance being constructed.WebEngineBuilder.promptHandler
(Callback<PromptData, String> handler) A builder method that invokes thesetPromptHandler
method on the instance being constructed.WebEngineBuilder.promptHandlerPropertyApply
(Consumer<ObjectProperty<Callback<PromptData, String>>> op) Applies a function to thepromptHandlerProperty
of the instance being constructed.WebEngineBuilder.titlePropertyApply
(Consumer<ReadOnlyStringProperty> op) Applies a function to thetitleProperty
of the instance being constructed.A builder method that invokes thesetUserAgent
method on the instance being constructed.WebEngineBuilder.userAgentPropertyApply
(Consumer<StringProperty> op) Applies a function to theuserAgentProperty
of the instance being constructed.WebEngineBuilder.userDataDirectory
(File value) A builder method that invokes thesetUserDataDirectory
method on the instance being constructed.WebEngineBuilder.userDataDirectoryPropertyApply
(Consumer<ObjectProperty<File>> op) Applies a function to theuserDataDirectoryProperty
of the instance being constructed.WebEngineBuilder.userStyleSheetLocation
(String value) A builder method that invokes thesetUserStyleSheetLocation
method on the instance being constructed.WebEngineBuilder.userStyleSheetLocationPropertyApply
(Consumer<StringProperty> op) Applies a function to theuserStyleSheetLocationProperty
of the instance being constructed.