Uses of Class
javafx.scene.control.TablePosition
-
Packages that use TablePosition 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。 -
-
Uses of TablePosition in javafx.scene.control
Methods in javafx.scene.control that return TablePosition Modifier and Type 方法 描述 TablePosition<S,?>
TableView. getEditingCell()
获取属性editingCell的值。TablePosition
TableView.TableViewFocusModel. getFocusedCell()
获取focusCell属性的值。TablePosition<S,T>
TableColumn.CellEditEvent. getTablePosition()
返回此事件发生的位置。Methods in javafx.scene.control that return types with arguments of type TablePosition Modifier and Type 方法 描述 ReadOnlyObjectProperty<TablePosition<S,?>>
TableView. editingCellProperty()
表示正在编辑的当前单元格,如果没有编辑单元格,则为空。ReadOnlyObjectProperty<TablePosition>
TableView.TableViewFocusModel. focusedCellProperty()
当前项目在TableView中的位置具有重点。abstract ObservableList<TablePosition>
TableView.TableViewSelectionModel. getSelectedCells()
一个只读ObservableList,表示此TableView中当前选定的单元格。Methods in javafx.scene.control with parameters of type TablePosition Modifier and Type 方法 描述 void
TableView.TableViewFocusModel. focus(TablePosition pos)
使用TablePosition
设置焦点在特定行或单元格的便利方法。Constructors in javafx.scene.control with parameters of type TablePosition Constructor 描述 CellEditEvent(TableView<S> table, TablePosition<S,T> pos, EventType<TableColumn.CellEditEvent<S,T>> eventType, T newValue)
创建一个可以随后向相关听众触发的新事件。
-