Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.control.skin | |
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
Constructor and Description |
---|
TextFieldBehavior(TextField textField) |
Modifier and Type | Class and Description |
---|---|
static class |
ComboBoxPopupControl.FakeFocusTextField
*
Support classes *
*
|
Modifier and Type | Method and Description |
---|---|
protected TextField |
ComboBoxPopupControl.getEditableInputNode() |
protected TextField |
DatePickerSkin.getEditor() |
protected abstract TextField |
ComboBoxPopupControl.getEditor()
Subclasses are responsible for getting the editor.
|
protected TextField |
ComboBoxListViewSkin.getEditor() |
protected TextField |
ColorPickerSkin.getEditor()
ColorPicker does not use a main text field.
|
Constructor and Description |
---|
TextFieldSkin(TextField textField)
Create a new TextFieldSkin.
|
TextFieldSkin(TextField textField,
TextFieldBehavior behavior) |
Modifier and Type | Class and Description |
---|---|
class |
PasswordField
Text field that masks entered characters.
|
Modifier and Type | Method and Description |
---|---|
TextField |
TextFieldBuilder.build()
Deprecated.
Make an instance of
TextField based on the properties set on this builder. |
TextField |
TextInputDialog.getEditor()
Returns the
TextField used within this dialog. |
TextField |
Spinner.getEditor() |
TextField |
DatePicker.getEditor() |
TextField |
ComboBox.getEditor() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<TextField> |
Spinner.editorProperty()
The editor used by the Spinner control.
|
ReadOnlyObjectProperty<TextField> |
DatePicker.editorProperty() |
ReadOnlyObjectProperty<TextField> |
ComboBox.editorProperty() |
Modifier and Type | Method and Description |
---|---|
void |
TextFieldBuilder.applyTo(TextField x)
Deprecated.
|
Copyright © 2020. All rights reserved.