Klasse InputDialog

java.lang.Object
javafx.scene.control.Dialog<@Nullable Map<String,Object>>
com.dua3.utility.fx.controls.InputDialog
Alle implementierten Schnittstellen:
EventTarget

public class InputDialog extends Dialog<@Nullable Map<String,Object>>
A Dialog for inputting values.

The dialog consists of labels and input controls laid out in a grid.

  • Konstruktordetails

    • InputDialog

      public InputDialog()
      Constructs a new InputDialog instance.

      This constructor sets up the result converter for the dialog. When the dialog is closed, this converter determines the result based on the button pressed. If the OK button is pressed, it retrieves the input values captured in the dialog pane. Otherwise, it returns null.