Example usage for Java javafx.scene.control TextInputDialog fields, constructors, methods, implement or subclass
The text is from its open source code.
TextInputDialog(@NamedArg("defaultValue") String defaultValue) Creates a new TextInputDialog with the default value entered into the dialog TextField . | |
TextInputDialog() Creates a new TextInputDialog without a default value entered into the dialog TextField . |
TextField | getEditor() Returns the TextField used within this dialog. |