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.GRAVITY
Methods 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) void
HorizontalHelper.scrollHorizontallyBy
(VirtualFlow<?, ?> content, double dx) void
OrientationHelper.scrollHorizontallyBy
(VirtualFlow<?, ?> content, double dx) void
VerticalHelper.scrollHorizontallyBy
(VirtualFlow<?, ?> content, double dx) void
HorizontalHelper.scrollHorizontallyToPixel
(VirtualFlow<?, ?> content, double pixel) void
OrientationHelper.scrollHorizontallyToPixel
(VirtualFlow<?, ?> content, double pixel) void
VerticalHelper.scrollHorizontallyToPixel
(VirtualFlow<?, ?> content, double pixel) void
HorizontalHelper.scrollVerticallyBy
(VirtualFlow<?, ?> content, double dy) void
OrientationHelper.scrollVerticallyBy
(VirtualFlow<?, ?> content, double dy) void
VerticalHelper.scrollVerticallyBy
(VirtualFlow<?, ?> content, double dy) void
HorizontalHelper.scrollVerticallyToPixel
(VirtualFlow<?, ?> content, double pixel) void
OrientationHelper.scrollVerticallyToPixel
(VirtualFlow<?, ?> content, double pixel) void
VerticalHelper.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)