Uses of Class
io.github.sosuisen.jfxbuilder.controls.AlertBuilder
Packages that use AlertBuilder
-
Uses of AlertBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return AlertBuilderModifier and TypeMethodDescriptionfinal AlertBuilderAlertBuilder.addButtonTypes(Collection<? extends ButtonType> col) Calls theaddAllmethod on the ObservableList returned by theAlert#getButtonTypes()method.final AlertBuilderAlertBuilder.addButtonTypes(ButtonType... elements) Calls theaddAllmethod on the ObservableList returned by theAlert#getButtonTypes()method.AlertBuilder.alertType(Alert.AlertType alertType) A builder method that invokes thesetAlertTypemethod on the instance being constructed.AlertBuilder.alertTypePropertyApply(Consumer<ObjectProperty<Alert.AlertType>> op) Applies a function to thealertTypePropertyof the instance being constructed.Applies a function to the Alert instance being constructed.AlertBuilder.contentText(String contentText) A builder method that invokes thesetContentTextmethod on the instance being constructed.AlertBuilder.contentTextPropertyApply(Consumer<StringProperty> op) Applies a function to thecontentTextPropertyof the instance being constructed.static AlertBuilderAlertBuilder.create(Alert.AlertType alertType) Accepts the constructor arguments ofAlert(Alert.AlertType)and returns an instance ofAlertBuilder.static AlertBuilderAlertBuilder.create(Alert.AlertType alertType, String contentText, ButtonType... buttons) Accepts the constructor arguments ofAlert(Alert.AlertType, String, ButtonType...)and returns an instance ofAlertBuilder.AlertBuilder.dialogPane(DialogPane value) A builder method that invokes thesetDialogPanemethod on the instance being constructed.AlertBuilder.dialogPanePropertyApply(Consumer<ObjectProperty<DialogPane>> op) Applies a function to thedialogPanePropertyof the instance being constructed.A builder method that invokes thesetGraphicmethod on the instance being constructed.AlertBuilder.graphicPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicPropertyof the instance being constructed.AlertBuilder.headerText(String headerText) A builder method that invokes thesetHeaderTextmethod on the instance being constructed.AlertBuilder.headerTextPropertyApply(Consumer<StringProperty> op) Applies a function to theheaderTextPropertyof the instance being constructed.AlertBuilder.height(double height) A builder method that invokes thesetHeightmethod on the instance being constructed.AlertBuilder.heightPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.AlertBuilder.onCloseRequest(EventHandler<DialogEvent> value) A builder method that invokes thesetOnCloseRequestmethod on the instance being constructed.AlertBuilder.onCloseRequestPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonCloseRequestPropertyof the instance being constructed.AlertBuilder.onHidden(EventHandler<DialogEvent> value) A builder method that invokes thesetOnHiddenmethod on the instance being constructed.AlertBuilder.onHiddenPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonHiddenPropertyof the instance being constructed.AlertBuilder.onHiding(EventHandler<DialogEvent> value) A builder method that invokes thesetOnHidingmethod on the instance being constructed.AlertBuilder.onHidingPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonHidingPropertyof the instance being constructed.AlertBuilder.onShowing(EventHandler<DialogEvent> value) A builder method that invokes thesetOnShowingmethod on the instance being constructed.AlertBuilder.onShowingPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonShowingPropertyof the instance being constructed.AlertBuilder.onShown(EventHandler<DialogEvent> value) A builder method that invokes thesetOnShownmethod on the instance being constructed.AlertBuilder.onShownPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonShownPropertyof the instance being constructed.AlertBuilder.resizable(boolean resizable) A builder method that invokes thesetResizablemethod on the instance being constructed.AlertBuilder.resizablePropertyApply(Consumer<BooleanProperty> op) Applies a function to theresizablePropertyof the instance being constructed.AlertBuilder.result(ButtonType value) A builder method that invokes thesetResultmethod on the instance being constructed.AlertBuilder.resultConverter(Callback<ButtonType, ButtonType> value) A builder method that invokes thesetResultConvertermethod on the instance being constructed.AlertBuilder.resultConverterPropertyApply(Consumer<ObjectProperty<Callback<ButtonType, ButtonType>>> op) Applies a function to theresultConverterPropertyof the instance being constructed.AlertBuilder.resultPropertyApply(Consumer<ObjectProperty<ButtonType>> op) Applies a function to theresultPropertyof the instance being constructed.AlertBuilder.showingPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theshowingPropertyof the instance being constructed.A builder method that invokes thesetTitlemethod on the instance being constructed.AlertBuilder.titlePropertyApply(Consumer<StringProperty> op) Applies a function to thetitlePropertyof the instance being constructed.AlertBuilder.width(double width) A builder method that invokes thesetWidthmethod on the instance being constructed.AlertBuilder.widthPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.static AlertBuilderAlertBuilder.withButtonTypes(Collection<? extends ButtonType> col) Creates an instance of the builder, then calls thesetAll(Collection<? extends ButtonType> colmethod on the ObservableList returned by theAlert#getButtonTypes()method.static AlertBuilderAlertBuilder.withButtonTypes(ButtonType... elements) Creates an instance of the builder, then calls theaddAll(ButtonType... elements)method on the ObservableList returned by theAlert#getButtonTypes()method.AlertBuilder.x(double x) A builder method that invokes thesetXmethod on the instance being constructed.AlertBuilder.xPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.AlertBuilder.y(double y) A builder method that invokes thesetYmethod on the instance being constructed.AlertBuilder.yPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.