Uses of Interface
org.fxmisc.flowless.OrientationHelper
-
-
Uses of OrientationHelper in org.fxmisc.flowless
Classes in org.fxmisc.flowless that implement OrientationHelper Modifier and Type Class Description (package private) class
HorizontalHelper
Implementation ofOrientationHelper
wherelength
represents width of the node/viewport andbreadth
represents the height of the node/viewport.(package private) class
VerticalHelper
Implementation ofOrientationHelper
wherebreadth
represents width of the node/viewport andlength
represents the height of the node/viewport.Fields in org.fxmisc.flowless declared as OrientationHelper Modifier and Type Field Description private OrientationHelper
CellPositioner. orientation
private OrientationHelper
Navigator. orientation
private OrientationHelper
SizeTracker. orientation
private OrientationHelper
VirtualFlow. orientation
Constructors in org.fxmisc.flowless with parameters of type OrientationHelper 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)
SizeTracker(OrientationHelper orientation, javafx.beans.value.ObservableObjectValue<javafx.geometry.Bounds> viewportBounds, org.reactfx.collection.MemoizationList<? extends Cell<?,?>> lazyCells)
Constructs a SizeTrackerVirtualFlow(javafx.collections.ObservableList<T> items, java.util.function.Function<? super T,? extends C> cellFactory, OrientationHelper orientation, VirtualFlow.Gravity gravity)
-