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 thesetContentText
method on the instance being constructed.TextInputDialogBuilder.contentTextPropertyApply
(Consumer<StringProperty> op) Applies a function to thecontentTextProperty
of the instance being constructed.static TextInputDialogBuilder
TextInputDialogBuilder.create()
Returns an instance of theTextInputDialogBuilder
.static TextInputDialogBuilder
Accepts the constructor arguments ofTextInputDialog(String)
and returns an instance ofTextInputDialogBuilder
.TextInputDialogBuilder.dialogPane
(DialogPane value) A builder method that invokes thesetDialogPane
method on the instance being constructed.TextInputDialogBuilder.dialogPanePropertyApply
(Consumer<ObjectProperty<DialogPane>> op) Applies a function to thedialogPaneProperty
of the instance being constructed.A builder method that invokes thesetGraphic
method on the instance being constructed.TextInputDialogBuilder.graphicPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicProperty
of the instance being constructed.TextInputDialogBuilder.headerText
(String headerText) A builder method that invokes thesetHeaderText
method on the instance being constructed.TextInputDialogBuilder.headerTextPropertyApply
(Consumer<StringProperty> op) Applies a function to theheaderTextProperty
of the instance being constructed.TextInputDialogBuilder.height
(double height) A builder method that invokes thesetHeight
method on the instance being constructed.TextInputDialogBuilder.heightPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightProperty
of the instance being constructed.TextInputDialogBuilder.onCloseRequest
(EventHandler<DialogEvent> value) A builder method that invokes thesetOnCloseRequest
method on the instance being constructed.TextInputDialogBuilder.onCloseRequestPropertyApply
(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonCloseRequestProperty
of the instance being constructed.TextInputDialogBuilder.onHidden
(EventHandler<DialogEvent> value) A builder method that invokes thesetOnHidden
method on the instance being constructed.TextInputDialogBuilder.onHiddenPropertyApply
(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonHiddenProperty
of the instance being constructed.TextInputDialogBuilder.onHiding
(EventHandler<DialogEvent> value) A builder method that invokes thesetOnHiding
method on the instance being constructed.TextInputDialogBuilder.onHidingPropertyApply
(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonHidingProperty
of the instance being constructed.TextInputDialogBuilder.onShowing
(EventHandler<DialogEvent> value) A builder method that invokes thesetOnShowing
method on the instance being constructed.TextInputDialogBuilder.onShowingPropertyApply
(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonShowingProperty
of the instance being constructed.TextInputDialogBuilder.onShown
(EventHandler<DialogEvent> value) A builder method that invokes thesetOnShown
method on the instance being constructed.TextInputDialogBuilder.onShownPropertyApply
(Consumer<ObjectProperty<EventHandler<DialogEvent>>> op) Applies a function to theonShownProperty
of the instance being constructed.TextInputDialogBuilder.resizable
(boolean resizable) A builder method that invokes thesetResizable
method on the instance being constructed.TextInputDialogBuilder.resizablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theresizableProperty
of the instance being constructed.A builder method that invokes thesetResult
method on the instance being constructed.TextInputDialogBuilder.resultConverter
(Callback<ButtonType, String> value) A builder method that invokes thesetResultConverter
method on the instance being constructed.TextInputDialogBuilder.resultConverterPropertyApply
(Consumer<ObjectProperty<Callback<ButtonType, String>>> op) Applies a function to theresultConverterProperty
of the instance being constructed.TextInputDialogBuilder.resultPropertyApply
(Consumer<ObjectProperty<String>> op) Applies a function to theresultProperty
of the instance being constructed.TextInputDialogBuilder.showingPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theshowingProperty
of the instance being constructed.A builder method that invokes thesetTitle
method on the instance being constructed.TextInputDialogBuilder.titlePropertyApply
(Consumer<StringProperty> op) Applies a function to thetitleProperty
of the instance being constructed.TextInputDialogBuilder.width
(double width) A builder method that invokes thesetWidth
method on the instance being constructed.TextInputDialogBuilder.widthPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.TextInputDialogBuilder.x
(double x) A builder method that invokes thesetX
method on the instance being constructed.TextInputDialogBuilder.xPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thexProperty
of the instance being constructed.TextInputDialogBuilder.y
(double y) A builder method that invokes thesetY
method on the instance being constructed.TextInputDialogBuilder.yPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theyProperty
of the instance being constructed.