Uses of Class
org.fxmisc.flowless.CellListManager
-
-
Uses of CellListManager in org.fxmisc.flowless
Fields in org.fxmisc.flowless declared as CellListManager Modifier and Type Field Description private CellListManager<T,C>Navigator. cellListManagerprivate CellListManager<T,C>VirtualFlow. cellListManagerprivate CellListManager<T,C>CellPositioner. cellManagerConstructors in org.fxmisc.flowless with parameters of type CellListManager Constructor Description CellPositioner(CellListManager<T,C> cellManager, OrientationHelper orientation, SizeTracker sizeTracker)Navigator(CellListManager<T,C> cellListManager, CellPositioner<T,C> positioner, OrientationHelper orientation, javafx.beans.property.ObjectProperty<VirtualFlow.Gravity> gravity, SizeTracker sizeTracker)
-