Uses of Class
org.fxmisc.flowless.CellListManager
-
Uses of CellListManager in org.fxmisc.flowless
Fields in org.fxmisc.flowless declared as CellListManagerModifier and TypeFieldDescriptionprivate final CellListManager<T, C> Navigator.cellListManagerprivate final CellListManager<T, C> VirtualFlow.cellListManagerprivate final CellListManager<T, C> CellPositioner.cellManagerConstructors in org.fxmisc.flowless with parameters of type CellListManagerModifierConstructorDescriptionCellPositioner(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)