Uses of Class
javafx.scene.control.skin.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
Modifier and TypeMethodDescriptionprotected VirtualFlow<I>
VirtualContainerBase.createVirtualFlow()
Create the virtualized container that handles the layout and scrolling of all the cells.protected final VirtualFlow<I>
VirtualContainerBase.getVirtualFlow()
Get the virtualized container.Modifier and TypeMethodDescriptionfinal ObjectProperty<Callback<VirtualFlow<T>,
T>> VirtualFlow.cellFactoryProperty()
Setting a custom cell factory has the effect of deferring all cell creation, allowing for total customization of the cell.final Callback<VirtualFlow<T>,
T> VirtualFlow.getCellFactory()
Returns the current cell factory.Modifier and TypeMethodDescriptionfinal void
VirtualFlow.setCellFactory
(Callback<VirtualFlow<T>, T> value) Sets a new cell factory to use in the VirtualFlow.