Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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.
|
javafx.scene.control.cell |
The
javafx.scene.control.cell package is where all cell-related
classes are located, other than the core classes such as
Cell , IndexedCell ,
ListCell , TreeCell ,
and TableCell . |
Modifier and Type | Class and Description |
---|---|
class |
PasswordField
Text field that masks entered characters.
|
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<TextField,Pos> |
TextField.StyleableProperties.ALIGNMENT |
private ReadOnlyObjectWrapper<TextField> |
ComboBox.editor
The editor for the ComboBox.
|
Modifier and Type | Method and Description |
---|---|
TextField |
TextFieldBuilder.build()
Make an instance of
TextField based on the properties set on this builder. |
TextField |
ComboBox.getEditor()
Gets the value of the property editor.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<TextField> |
ComboBox.editorProperty()
The editor for the ComboBox.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFieldBuilder.applyTo(TextField x) |
Modifier and Type | Field and Description |
---|---|
private TextField |
TextFieldTreeCell.textField
*
Fields *
*
|
private TextField |
TextFieldTableCell.textField
*
Fields *
*
|
private TextField |
TextFieldListCell.textField
*
Fields *
*
|
Modifier and Type | Method and Description |
---|---|
private static <T> TextField |
CellUtils.createTextField(Cell<T> cell,
StringConverter<T> converter) |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> void |
CellUtils.startEdit(Cell<T> cell,
TextField textField,
StringConverter<T> converter) |
(package private) static <T> void |
CellUtils.updateItem(Cell<T> cell,
TextField textField,
StringConverter<T> converter)
*
TextField convenience *
*
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to