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