Uses of Class
javafx.scene.control.Cell
-
Packages that use Cell 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.control.cell 所述javafx.scene.control.cell
包是所有细胞相关的类的位置,比所述核心类如其他Cell
,IndexedCell
,ListCell
,TreeCell
,和TableCell
。javafx.scene.control.skin javafx.scene.control.skin包是皮肤类(通常每个UI控件一个)所在的位置 -
-
Uses of Cell in javafx.scene.control
Subclasses of Cell in javafx.scene.control Modifier and Type Class 描述 class
DateCell
DateCell由DatePicker
用于在日历月中呈现单个网格单元格。class
IndexedCell<T>
一个Cell
的实现,它包含一个索引属性,它映射到可视化的底层的数据模型中。class
ListCell<T>
class
TableCell<S,T>
在TableView
中表示单行/列交集。class
TableRow<T>
TableRow是一个IndexedCell
,但很少需要由开发人员使用创建TableView实例。class
TreeCell<T>
class
TreeTableCell<S,T>
在TreeTableView
中表示单行/列交集。class
TreeTableRow<T>
TreeTableRow是一个IndexedCell
,但很少需要由开发人员使用创建TreeTableView实例。 -
Uses of Cell in javafx.scene.control.cell
Subclasses of Cell in javafx.scene.control.cell Modifier and Type Class 描述 class
CheckBoxListCell<T>
class
CheckBoxTableCell<S,T>
class
CheckBoxTreeCell<T>
class
CheckBoxTreeTableCell<S,T>
一个包含一个TreeTableCell
实现的类,它在单元格内绘制一个CheckBox
节点,可选地带有一个标签来指示复选框代表什么。class
ChoiceBoxListCell<T>
class
ChoiceBoxTableCell<S,T>
class
ChoiceBoxTreeCell<T>
一个包含一个ListCell
实现的类,它在单元格内绘制一个270689397102087节点。class
ChoiceBoxTreeTableCell<S,T>
一个包含一个TreeTableCell
实现的类,它在单元格中绘制一个ChoiceBox
节点。class
ComboBoxListCell<T>
class
ComboBoxTableCell<S,T>
class
ComboBoxTreeCell<T>
class
ComboBoxTreeTableCell<S,T>
一个包含TreeTableCell
实现的类,在单元格内绘制一个ComboBox
节点。class
ProgressBarTableCell<S>
一个包含一个TableCell
实现的类,它在单元格中绘制一个ProgressBar
节点。class
ProgressBarTreeTableCell<S>
一个包含一个TreeTableCell
实现的类,它在单元格内绘制一个27068939748672节点。class
TextFieldListCell<T>
class
TextFieldTableCell<S,T>
class
TextFieldTreeCell<T>
class
TextFieldTreeTableCell<S,T>
-
Uses of Cell in javafx.scene.control.skin
Classes in javafx.scene.control.skin with type parameters of type Cell Modifier and Type Class 描述 class
CellSkinBase<C extends Cell>
-