Uses of Interface
org.fxmisc.flowless.Virtualized
-
Uses of Virtualized in org.fxmisc.flowless
Classes in org.fxmisc.flowless with type parameters of type VirtualizedModifier and TypeClassDescriptionclass
ScaledVirtualized<V extends javafx.scene.Node & Virtualized>
Acts as an intermediate class betweenVirtualizedScrollPane
and itsVirtualized
content in that it scales the content without also scaling the ScrollPane's scroll bars.class
VirtualizedScrollPane<V extends javafx.scene.layout.Region & Virtualized>
Classes in org.fxmisc.flowless that implement VirtualizedModifier and TypeClassDescriptionclass
ScaledVirtualized<V extends javafx.scene.Node & Virtualized>
Acts as an intermediate class betweenVirtualizedScrollPane
and itsVirtualized
content in that it scales the content without also scaling the ScrollPane's scroll bars.class
VirtualFlow<T,
C extends Cell<T, ?>> A VirtualFlow is a memory-efficient viewport that only renders enough of its content to completely fill up the viewport through itsNavigator
.class
VirtualizedScrollPane<V extends javafx.scene.layout.Region & Virtualized>