Uses of Class
org.fxmisc.flowless.VirtualFlow
-
Uses of VirtualFlow in org.fxmisc.flowless
Fields in org.fxmisc.flowless with type parameters of type VirtualFlowModifier and TypeFieldDescriptionprivate static final javafx.css.CssMetaData<VirtualFlow, VirtualFlow.Gravity> VirtualFlow.GRAVITYMethods in org.fxmisc.flowless that return VirtualFlowModifier and TypeMethodDescriptionstatic <T,C extends Cell<T, ?>>
VirtualFlow<T, C> VirtualFlow.createHorizontal(javafx.collections.ObservableList<T> items, Function<? super T, ? extends C> cellFactory) Creates a viewport that lays out content horizontally from left to rightstatic <T,C extends Cell<T, ?>>
VirtualFlow<T, C> VirtualFlow.createHorizontal(javafx.collections.ObservableList<T> items, Function<? super T, ? extends C> cellFactory, VirtualFlow.Gravity gravity) Creates a viewport that lays out content horizontallystatic <T,C extends Cell<T, ?>>
VirtualFlow<T, C> VirtualFlow.createVertical(javafx.collections.ObservableList<T> items, Function<? super T, ? extends C> cellFactory) Creates a viewport that lays out content vertically from top to bottomstatic <T,C extends Cell<T, ?>>
VirtualFlow<T, C> VirtualFlow.createVertical(javafx.collections.ObservableList<T> items, Function<? super T, ? extends C> cellFactory, VirtualFlow.Gravity gravity) Creates a viewport that lays out content vertically from top to bottomMethods in org.fxmisc.flowless with parameters of type VirtualFlowModifier and TypeMethodDescriptionorg.reactfx.value.Var<Double> HorizontalHelper.estimatedScrollXProperty(VirtualFlow<?, ?> content) org.reactfx.value.Var<Double> OrientationHelper.estimatedScrollXProperty(VirtualFlow<?, ?> content) org.reactfx.value.Var<Double> VerticalHelper.estimatedScrollXProperty(VirtualFlow<?, ?> content) org.reactfx.value.Var<Double> HorizontalHelper.estimatedScrollYProperty(VirtualFlow<?, ?> content) org.reactfx.value.Var<Double> OrientationHelper.estimatedScrollYProperty(VirtualFlow<?, ?> content) org.reactfx.value.Var<Double> VerticalHelper.estimatedScrollYProperty(VirtualFlow<?, ?> content) org.reactfx.value.Val<Double> HorizontalHelper.heightEstimateProperty(VirtualFlow<?, ?> content) org.reactfx.value.Val<Double> OrientationHelper.heightEstimateProperty(VirtualFlow<?, ?> content) org.reactfx.value.Val<Double> VerticalHelper.heightEstimateProperty(VirtualFlow<?, ?> content) voidHorizontalHelper.scrollHorizontallyBy(VirtualFlow<?, ?> content, double dx) voidOrientationHelper.scrollHorizontallyBy(VirtualFlow<?, ?> content, double dx) voidVerticalHelper.scrollHorizontallyBy(VirtualFlow<?, ?> content, double dx) voidHorizontalHelper.scrollHorizontallyToPixel(VirtualFlow<?, ?> content, double pixel) voidOrientationHelper.scrollHorizontallyToPixel(VirtualFlow<?, ?> content, double pixel) voidVerticalHelper.scrollHorizontallyToPixel(VirtualFlow<?, ?> content, double pixel) voidHorizontalHelper.scrollVerticallyBy(VirtualFlow<?, ?> content, double dy) voidOrientationHelper.scrollVerticallyBy(VirtualFlow<?, ?> content, double dy) voidVerticalHelper.scrollVerticallyBy(VirtualFlow<?, ?> content, double dy) voidHorizontalHelper.scrollVerticallyToPixel(VirtualFlow<?, ?> content, double pixel) voidOrientationHelper.scrollVerticallyToPixel(VirtualFlow<?, ?> content, double pixel) voidVerticalHelper.scrollVerticallyToPixel(VirtualFlow<?, ?> content, double pixel) org.reactfx.value.Val<Double> HorizontalHelper.widthEstimateProperty(VirtualFlow<?, ?> content) org.reactfx.value.Val<Double> OrientationHelper.widthEstimateProperty(VirtualFlow<?, ?> content) org.reactfx.value.Val<Double> VerticalHelper.widthEstimateProperty(VirtualFlow<?, ?> content)