Uses of Class
javafx.scene.control.skin.VirtualFlow
Packages that use VirtualFlow
Package
Description
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of VirtualFlow in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return VirtualFlowModifier and TypeMethodDescriptionprotected VirtualFlow<I>
VirtualContainerBase.createVirtualFlow()
Create the virtualized container that handles the layout and scrolling of all the cells.protected VirtualFlow<I>
VirtualContainerBase.getVirtualFlow()
Get the virtualized container.Methods in javafx.scene.control.skin that return types with arguments of type VirtualFlowModifier and TypeMethodDescriptionVirtualFlow.cellFactoryProperty()
Setting a custom cell factory has the effect of deferring all cell creation, allowing for total customization of the cell.Callback<VirtualFlow<T>,T>
VirtualFlow.getCellFactory()
Returns the current cell factory.Method parameters in javafx.scene.control.skin with type arguments of type VirtualFlowModifier and TypeMethodDescriptionvoid
VirtualFlow.setCellFactory(Callback<VirtualFlow<T>,T> value)
Sets a new cell factory to use in the VirtualFlow.