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