Uses of Class
org.fxmisc.flowless.SizeTracker
-
Uses of SizeTracker in org.fxmisc.flowless
Fields in org.fxmisc.flowless declared as SizeTrackerModifier and TypeFieldDescriptionprivate final SizeTracker
CellPositioner.sizeTracker
private final SizeTracker
Navigator.sizeTracker
private final SizeTracker
VirtualFlow.sizeTracker
Constructors in org.fxmisc.flowless with parameters of type SizeTrackerModifierConstructorDescriptionCellPositioner
(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)