JavaScript is disabled on your browser.
Skip navigation links
Package
Use
Tree
Index
Search
Help
org.fxmisc.flowless
Uses of Package
org.fxmisc.flowless
Classes in
org.fxmisc.flowless
used by
org.fxmisc.flowless
Class
Description
Cell
Provides efficient memory usage by wrapping a
Node
within this object and reusing it when
Cell.isReusable()
is true.
VirtualFlow
A VirtualFlow is a memory-efficient viewport that only renders enough of its content to completely fill up the viewport through its
Navigator
.
VirtualFlow.Gravity
Determines how the cells in the viewport should be laid out and where any extra unused space should exist if there are not enough cells to completely fill up the viewport
VirtualFlowHit
Stores the result of a
VirtualFlow.hit(double, double)
.
Virtualized
Specifies an object that does not have scroll bars by default but which can have scroll bars added to it by wrapping it in a
VirtualizedScrollPane
.