Spec-Zone.ru › OpenJavaFX 8

Package 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.

See: Description

Class Summary
Class Description
CheckBoxListCell<T>
A class containing a ListCell implementation that draws a CheckBox node inside the cell, optionally with a label to indicate what the checkbox represents.
CheckBoxTableCell<S,T>
A class containing a TableCell implementation that draws a CheckBox node inside the cell, optionally with a label to indicate what the checkbox represents.
CheckBoxTreeCell<T>
A class containing a TreeCell implementation that draws a CheckBox node inside the cell, along with support for common interactions (discussed in more depth shortly).
CheckBoxTreeTableCell<S,T>
A class containing a TreeTableCell implementation that draws a CheckBox node inside the cell, optionally with a label to indicate what the checkbox represents.
ChoiceBoxListCell<T>
A class containing a ListCell implementation that draws a ChoiceBox node inside the cell.
ChoiceBoxTableCell<S,T>
A class containing a TableCell implementation that draws a ChoiceBox node inside the cell.
ChoiceBoxTreeCell<T>
A class containing a ListCell implementation that draws a ChoiceBox node inside the cell.
ChoiceBoxTreeTableCell<S,T>
A class containing a TreeTableCell implementation that draws a ChoiceBox node inside the cell.
ComboBoxListCell<T>
A class containing a ListCell implementation that draws a ComboBox node inside the cell.
ComboBoxTableCell<S,T>
A class containing a TableCell implementation that draws a ComboBox node inside the cell.
ComboBoxTreeCell<T>
A class containing a TreeCell implementation that draws a ComboBox node inside the cell.
ComboBoxTreeTableCell<S,T>
A class containing a TreeTableCell implementation that draws a ComboBox node inside the cell.
MapValueFactory<T>
A convenience implementation of the Callback interface, designed specifically for use within the TableColumn cell value factory.
ProgressBarTableCell<S>
A class containing a TableCell implementation that draws a ProgressBar node inside the cell.
ProgressBarTreeTableCell<S>
A class containing a TreeTableCell implementation that draws a ProgressBar node inside the cell.
PropertyValueFactory<S,T>
A convenience implementation of the Callback interface, designed specifically for use within the TableColumn cell value factory.
TextFieldListCell<T>
A class containing a ListCell implementation that draws a TextField node inside the cell.
TextFieldTableCell<S,T>
A class containing a TableCell implementation that draws a TextField node inside the cell.
TextFieldTreeCell<T>
A class containing a TreeCell implementation that draws a TextField node inside the cell.
TextFieldTreeTableCell<S,T>
A class containing a TableCell implementation that draws a TextField node inside the cell.
TreeItemPropertyValueFactory<S,T>
A convenience implementation of the Callback interface, designed specifically for use within the TreeTableColumn cell value factory.

Package javafx.scene.control.cell Description

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. At present this package is relatively bare, but it is where future cell-related classes will be located.

It is important to note that whilst most cells in this package are editable, for a cells editing functionality to be enabled it is required that all related classes have editing enabled. For example, in a TableView, both the TableView and the relevant TableColumn must have setEditing(true) called.

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API