Uses of Interface
org.fxmisc.flowless.OrientationHelper
-
Uses of OrientationHelper in org.fxmisc.flowless
Classes in org.fxmisc.flowless that implement OrientationHelperModifier and TypeClassDescription(package private) final class
Implementation ofOrientationHelper
wherelength
represents width of the node/viewport andbreadth
represents the height of the node/viewport.(package private) final class
Implementation ofOrientationHelper
wherebreadth
represents width of the node/viewport andlength
represents the height of the node/viewport.Fields in org.fxmisc.flowless declared as OrientationHelperModifier and TypeFieldDescriptionprivate final OrientationHelper
CellPositioner.orientation
private final OrientationHelper
Navigator.orientation
private final OrientationHelper
SizeTracker.orientation
private final OrientationHelper
VirtualFlow.orientation
Constructors in org.fxmisc.flowless with parameters of type OrientationHelperModifierConstructorDescriptionCellPositioner
(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 SizeTrackerprivate
VirtualFlow
(javafx.collections.ObservableList<T> items, Function<? super T, ? extends C> cellFactory, OrientationHelper orientation, VirtualFlow.Gravity gravity)