Java javafx.scene.control TextInputDialog fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control TextInputDialog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control TextInputDialog.

The text is from its open source code.

Constructor

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 .

Method

TextFieldgetEditor()
Returns the TextField used within this dialog.