程序包 io.github.palexdev.virtualizedfx.flow.simple
package io.github.palexdev.virtualizedfx.flow.simple
-
类类说明CellsManager<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.已过时, 待删除: 此 API 元素将从以后的版本中删除。SimpleVirtualFlowContainer<T,C extends Cell<T>> This is theRegionused bySimpleVirtualFlowto contain the cells.