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