Uses of Class
org.fxmisc.flowless.VirtualFlow
-
-
Uses of VirtualFlow in org.fxmisc.flowless
Fields in org.fxmisc.flowless with type parameters of type VirtualFlow Modifier and Type Field Description private static javafx.css.CssMetaData<VirtualFlow,VirtualFlow.Gravity>
VirtualFlow. GRAVITY
Methods in org.fxmisc.flowless that return VirtualFlow Modifier and Type Method Description static <T,C extends Cell<T,?>>
VirtualFlow<T,C>VirtualFlow. createHorizontal(javafx.collections.ObservableList<T> items, java.util.function.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, java.util.function.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, java.util.function.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, java.util.function.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 VirtualFlow Modifier and Type Method Description org.reactfx.value.Var<java.lang.Double>
HorizontalHelper. estimatedScrollXProperty(VirtualFlow<?,?> content)
org.reactfx.value.Var<java.lang.Double>
OrientationHelper. estimatedScrollXProperty(VirtualFlow<?,?> content)
org.reactfx.value.Var<java.lang.Double>
VerticalHelper. estimatedScrollXProperty(VirtualFlow<?,?> content)
org.reactfx.value.Var<java.lang.Double>
HorizontalHelper. estimatedScrollYProperty(VirtualFlow<?,?> content)
org.reactfx.value.Var<java.lang.Double>
OrientationHelper. estimatedScrollYProperty(VirtualFlow<?,?> content)
org.reactfx.value.Var<java.lang.Double>
VerticalHelper. estimatedScrollYProperty(VirtualFlow<?,?> content)
org.reactfx.value.Val<java.lang.Double>
HorizontalHelper. heightEstimateProperty(VirtualFlow<?,?> content)
org.reactfx.value.Val<java.lang.Double>
OrientationHelper. heightEstimateProperty(VirtualFlow<?,?> content)
org.reactfx.value.Val<java.lang.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<java.lang.Double>
HorizontalHelper. widthEstimateProperty(VirtualFlow<?,?> content)
org.reactfx.value.Val<java.lang.Double>
OrientationHelper. widthEstimateProperty(VirtualFlow<?,?> content)
org.reactfx.value.Val<java.lang.Double>
VerticalHelper. widthEstimateProperty(VirtualFlow<?,?> content)
-