Package io.github.palexdev.virtualizedfx.flow.simple
package io.github.palexdev.virtualizedfx.flow.simple
-
Class SummaryClassDescriptionCellsManager<T,C extends ISimpleCell>Helper class to properly keep track of the needed cells, add the cells' nodes to the container and update the layout when needed.LayoutManager<T,C extends ISimpleCell>Helper class to keep track of some parameters like:SimpleVirtualFlow<T,C extends ISimpleCell>Simple implementation of
VirtualFlow
.Builder class to createSimpleVirtualFlow
s.SimpleVirtualFlowContainer<T,C extends ISimpleCell>This is theGroup
used bySimpleVirtualFlow
that contains the cells.