Uses of Class
javafx.scene.control.skin.VirtualFlow
-
Packages that use VirtualFlow 软件包 描述 javafx.scene.control.skin javafx.scene.control.skin包是皮肤类(通常每个UI控件一个)所在的位置 -
-
Uses of VirtualFlow in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return types with arguments of type VirtualFlow Modifier and Type 方法 描述 ObjectProperty<Callback<VirtualFlow<T>,T>>
VirtualFlow. cellFactoryProperty()
设置自定义单元格工厂具有推迟所有单元格创建的效果,允许对单元格进行全面定制。Callback<VirtualFlow<T>,T>
VirtualFlow. getCellFactory()
返回当前的单元格工厂。Method parameters in javafx.scene.control.skin with type arguments of type VirtualFlow Modifier and Type 方法 描述 void
VirtualFlow. setCellFactory(Callback<VirtualFlow<T>,T> value)
设置要在VirtualFlow中使用的新单元格工厂。
-