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 thesetConfirmHandlermethod on the instance being constructed.WebEngineBuilder.confirmHandlerPropertyApply(Consumer<ObjectProperty<Callback<String, Boolean>>> op) Applies a function to theconfirmHandlerPropertyof the instance being constructed.static WebEngineBuilderWebEngineBuilder.create()Returns an instance of theWebEngineBuilder.static WebEngineBuilderAccepts the constructor arguments ofWebEngine(String)and returns an instance ofWebEngineBuilder.WebEngineBuilder.createPopupHandler(Callback<PopupFeatures, WebEngine> handler) A builder method that invokes thesetCreatePopupHandlermethod on the instance being constructed.WebEngineBuilder.createPopupHandlerPropertyApply(Consumer<ObjectProperty<Callback<PopupFeatures, WebEngine>>> op) Applies a function to thecreatePopupHandlerPropertyof the instance being constructed.WebEngineBuilder.documentPropertyApply(Consumer<ReadOnlyObjectProperty<Document>> op) Applies a function to thedocumentPropertyof the instance being constructed.WebEngineBuilder.javaScriptEnabled(boolean value) A builder method that invokes thesetJavaScriptEnabledmethod on the instance being constructed.WebEngineBuilder.javaScriptEnabledPropertyApply(Consumer<BooleanProperty> op) Applies a function to thejavaScriptEnabledPropertyof the instance being constructed.WebEngineBuilder.locationPropertyApply(Consumer<ReadOnlyStringProperty> op) Applies a function to thelocationPropertyof the instance being constructed.WebEngineBuilder.onAlert(EventHandler<WebEvent<String>> handler) A builder method that invokes thesetOnAlertmethod on the instance being constructed.WebEngineBuilder.onAlertPropertyApply(Consumer<ObjectProperty<EventHandler<WebEvent<String>>>> op) Applies a function to theonAlertPropertyof the instance being constructed.WebEngineBuilder.onError(EventHandler<WebErrorEvent> handler) A builder method that invokes thesetOnErrormethod on the instance being constructed.WebEngineBuilder.onErrorPropertyApply(Consumer<ObjectProperty<EventHandler<WebErrorEvent>>> op) Applies a function to theonErrorPropertyof the instance being constructed.WebEngineBuilder.onResized(EventHandler<WebEvent<Rectangle2D>> handler) A builder method that invokes thesetOnResizedmethod on the instance being constructed.WebEngineBuilder.onResizedPropertyApply(Consumer<ObjectProperty<EventHandler<WebEvent<Rectangle2D>>>> op) Applies a function to theonResizedPropertyof the instance being constructed.WebEngineBuilder.onStatusChanged(EventHandler<WebEvent<String>> handler) A builder method that invokes thesetOnStatusChangedmethod on the instance being constructed.WebEngineBuilder.onStatusChangedPropertyApply(Consumer<ObjectProperty<EventHandler<WebEvent<String>>>> op) Applies a function to theonStatusChangedPropertyof the instance being constructed.WebEngineBuilder.onVisibilityChanged(EventHandler<WebEvent<Boolean>> handler) A builder method that invokes thesetOnVisibilityChangedmethod on the instance being constructed.WebEngineBuilder.onVisibilityChangedPropertyApply(Consumer<ObjectProperty<EventHandler<WebEvent<Boolean>>>> op) Applies a function to theonVisibilityChangedPropertyof the instance being constructed.WebEngineBuilder.promptHandler(Callback<PromptData, String> handler) A builder method that invokes thesetPromptHandlermethod on the instance being constructed.WebEngineBuilder.promptHandlerPropertyApply(Consumer<ObjectProperty<Callback<PromptData, String>>> op) Applies a function to thepromptHandlerPropertyof the instance being constructed.WebEngineBuilder.titlePropertyApply(Consumer<ReadOnlyStringProperty> op) Applies a function to thetitlePropertyof the instance being constructed.A builder method that invokes thesetUserAgentmethod on the instance being constructed.WebEngineBuilder.userAgentPropertyApply(Consumer<StringProperty> op) Applies a function to theuserAgentPropertyof the instance being constructed.WebEngineBuilder.userDataDirectory(File value) A builder method that invokes thesetUserDataDirectorymethod on the instance being constructed.WebEngineBuilder.userDataDirectoryPropertyApply(Consumer<ObjectProperty<File>> op) Applies a function to theuserDataDirectoryPropertyof the instance being constructed.WebEngineBuilder.userStyleSheetLocation(String value) A builder method that invokes thesetUserStyleSheetLocationmethod on the instance being constructed.WebEngineBuilder.userStyleSheetLocationPropertyApply(Consumer<StringProperty> op) Applies a function to theuserStyleSheetLocationPropertyof the instance being constructed.