javafx TableColumn.CellDataFeatures

来源:互联网 发布:实时查询打车软件 编辑:程序博客网 时间:2024/06/16 02:25
public static class TableColumn.CellDataFeatures<S,T>
extends java.lang.Object

A support class used in TableColumn as a wrapper class to provide all necessary information for a particular Cell. Once instantiated, this class is immutable(不可改变).

javafx的TableView中的内部类

原创粉丝点击