Package io.github.palexdev.virtualizedfx.flow.simple
package io.github.palexdev.virtualizedfx.flow.simple
-
ClassesClassDescriptionCellsManager<T,
C extends Cell<T>> Helper class to properly keep track of the needed cells, add them to the container, update them on scroll, and update the cells layout.LayoutManager<T,C extends Cell<T>> Helper class to keep track of some parameters like:SimpleVirtualFlow<T,C extends Cell<T>> Simple implementation ofVirtualFlow.Builder class to createSimpleVirtualFlows.SimpleVirtualFlowContainer<T,C extends Cell<T>> This is theRegionused bySimpleVirtualFlowto contain the cells.