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. cellListManager
private CellListManager<T,C>
VirtualFlow. cellListManager
private CellListManager<T,C>
CellPositioner. cellManager
Constructors 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)
-