Uses of Class
io.github.palexdev.virtualizedfx.flow.VirtualFlow
Packages that use VirtualFlow
Package
Description
-
Uses of VirtualFlow in io.github.palexdev.virtualizedfx.flow
Fields in io.github.palexdev.virtualizedfx.flow declared as VirtualFlowModifier and TypeFieldDescriptionprotected final VirtualFlow<?,?> OrientationHelper.AbstractOrientationHelper.virtualFlowMethods in io.github.palexdev.virtualizedfx.flow that return VirtualFlowModifier and TypeMethodDescriptionFlowState.getVirtualFlow()protected VirtualFlow<T,C> ViewportManager.getVirtualFlow()Constructors in io.github.palexdev.virtualizedfx.flow with parameters of type VirtualFlowModifierConstructorDescriptionAbstractOrientationHelper(VirtualFlow<?, ?> virtualFlow) FlowState(VirtualFlow<T, C> virtualFlow, io.github.palexdev.mfxcore.base.beans.range.IntegerRange range) HorizontalHelper(VirtualFlow<?, ?> virtualFlow) VerticalHelper(VirtualFlow<?, ?> virtualFlow) VirtualFlowSkin(VirtualFlow<T, C> virtualFlow) -
Uses of VirtualFlow in io.github.palexdev.virtualizedfx.flow.paginated
Subclasses of VirtualFlow in io.github.palexdev.virtualizedfx.flow.paginatedModifier and TypeClassDescriptionclassPaginatedVirtualFlow<T,C extends Cell<T>> Extension ofVirtualFlowto offer pagination features. -
Uses of VirtualFlow in io.github.palexdev.virtualizedfx.utils
Methods in io.github.palexdev.virtualizedfx.utils with parameters of type VirtualFlowModifier and TypeMethodDescriptionstatic <T,C extends Cell<T>>
VirtualScrollPaneVSPUtils.wrap(VirtualFlow<T, C> flow) Does the hard job for you by creating a newVirtualScrollPanewrapping the givenVirtualFlow, initializing the needed bindings for the content bounds, the scrolling and the orientation.