Uses of Class
io.github.sosuisen.jfxbuilder.controls.DialogBuilder
Packages that use DialogBuilder
-
Uses of DialogBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return DialogBuilderModifier and TypeMethodDescriptionApplies a function to the Dialog instance being constructed.DialogBuilder.contentText(String contentText) A builder method that invokes thesetContentTextmethod on the instance being constructed.DialogBuilder.contentTextPropertyApply(Consumer<StringProperty> op) Applies a function to thecontentTextPropertyof the instance being constructed.static <R> DialogBuilder<R> DialogBuilder.create()Returns an instance of theDialogBuilder<R>.DialogBuilder.dialogPane(DialogPane value) A builder method that invokes thesetDialogPanemethod on the instance being constructed.DialogBuilder.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.DialogBuilder.graphicPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicPropertyof the instance being constructed.DialogBuilder.headerText(String headerText) A builder method that invokes thesetHeaderTextmethod on the instance being constructed.DialogBuilder.headerTextPropertyApply(Consumer<StringProperty> op) Applies a function to theheaderTextPropertyof the instance being constructed.DialogBuilder.height(double height) A builder method that invokes thesetHeightmethod on the instance being constructed.DialogBuilder.heightPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.DialogBuilder.onCloseRequest(EventHandler<DialogEvent> value) A builder method that invokes thesetOnCloseRequestmethod on the instance being constructed.DialogBuilder.onCloseRequestPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonCloseRequestPropertyof the instance being constructed.DialogBuilder.onHidden(EventHandler<DialogEvent> value) A builder method that invokes thesetOnHiddenmethod on the instance being constructed.DialogBuilder.onHiddenPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonHiddenPropertyof the instance being constructed.DialogBuilder.onHiding(EventHandler<DialogEvent> value) A builder method that invokes thesetOnHidingmethod on the instance being constructed.DialogBuilder.onHidingPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonHidingPropertyof the instance being constructed.DialogBuilder.onShowing(EventHandler<DialogEvent> value) A builder method that invokes thesetOnShowingmethod on the instance being constructed.DialogBuilder.onShowingPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonShowingPropertyof the instance being constructed.DialogBuilder.onShown(EventHandler<DialogEvent> value) A builder method that invokes thesetOnShownmethod on the instance being constructed.DialogBuilder.onShownPropertyApply(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonShownPropertyof the instance being constructed.DialogBuilder.resizable(boolean resizable) A builder method that invokes thesetResizablemethod on the instance being constructed.DialogBuilder.resizablePropertyApply(Consumer<BooleanProperty> op) Applies a function to theresizablePropertyof the instance being constructed.A builder method that invokes thesetResultmethod on the instance being constructed.DialogBuilder.resultConverter(Callback<ButtonType, R> value) A builder method that invokes thesetResultConvertermethod on the instance being constructed.DialogBuilder.resultConverterPropertyApply(Consumer<ObjectProperty<Callback<ButtonType, R>>> op) Applies a function to theresultConverterPropertyof the instance being constructed.DialogBuilder.resultPropertyApply(Consumer<ObjectProperty<R>> op) Applies a function to theresultPropertyof the instance being constructed.DialogBuilder.showingPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theshowingPropertyof the instance being constructed.A builder method that invokes thesetTitlemethod on the instance being constructed.DialogBuilder.titlePropertyApply(Consumer<StringProperty> op) Applies a function to thetitlePropertyof the instance being constructed.DialogBuilder.width(double width) A builder method that invokes thesetWidthmethod on the instance being constructed.DialogBuilder.widthPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.DialogBuilder.x(double x) A builder method that invokes thesetXmethod on the instance being constructed.DialogBuilder.xPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.DialogBuilder.y(double y) A builder method that invokes thesetYmethod on the instance being constructed.DialogBuilder.yPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.