Uses of Class
javafx.scene.control.TableRow
-
Packages that use TableRow 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.control.skin javafx.scene.control.skin包是皮肤类(通常每个UI控件一个)所在的位置 -
-
Uses of TableRow in javafx.scene.control
Methods in javafx.scene.control that return TableRow Modifier and Type 方法 描述 TableRow<S>
TableCell. getTableRow()
获取属性tableRow的值。Methods in javafx.scene.control that return types with arguments of type TableRow Modifier and Type 方法 描述 Callback<TableView<S>,TableRow<S>>
TableView. getRowFactory()
获取属性rowFactory的值。ObjectProperty<Callback<TableView<S>,TableRow<S>>>
TableView. rowFactoryProperty()
一个产生TableRow的函数。ReadOnlyObjectProperty<TableRow<S>>
TableCell. tableRowProperty()
该TableCow目前发现自己位于的TableRow。Methods in javafx.scene.control with parameters of type TableRow Modifier and Type 方法 描述 void
TableCell. updateTableRow(TableRow tableRow)
更新与此TableCell关联的TableRow。Method parameters in javafx.scene.control with type arguments of type TableRow Modifier and Type 方法 描述 void
TableView. setRowFactory(Callback<TableView<S>,TableRow<S>> value)
设置属性rowFactory的值。 -
Uses of TableRow in javafx.scene.control.skin
Methods in javafx.scene.control.skin with parameters of type TableRow Modifier and Type 方法 描述 protected void
TableRowSkin. updateCell(TableCell<T,?> cell, TableRow<T> row)
允许给定单元格被告知它是给定行的成员的方法。Constructors in javafx.scene.control.skin with parameters of type TableRow Constructor 描述 TableRowSkin(TableRow<T> control)
创建一个新的TableRowSkin实例,将必需的子节点安装到Controlchildren
列表中,以及处理密钥,鼠标等事件的必要输入映射。
-