Index
All Classes and Interfaces|All Packages
C
- cache - Variable in class io.github.palexdev.virtualizedfx.cache.Memoizer
- Cell<T> - Interface in io.github.palexdev.virtualizedfx.cell
-
Base API for all cells.
- cellFactoryProperty() - Method in interface io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
-
Property for the cell factory function.
- cellFactoryProperty() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
-
Property for the cell factory function.
- cellForIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.simple.CellsManager
-
Exchanges an index for a Cell.
- cellForItem(T) - Method in class io.github.palexdev.virtualizedfx.flow.simple.CellsManager
-
Exchanges an item for a Cell.
- CellsManager<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.flow.simple -
Helper class to properly keep track of the needed cells, add them to the container, update them on scroll, and update the cells layout.
- CellsManager(SimpleVirtualFlowContainer<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.flow.simple.CellsManager
- ChangeBean(NumberRange<Integer>, Set<Integer>) - Constructor for class io.github.palexdev.virtualizedfx.utils.ListChangeHelper.ChangeBean
- clamp(double, double, double) - Static method in class io.github.palexdev.virtualizedfx.utils.NumberUtils
-
Limits the given value to the given min-max range by returning the nearest bound if it exceeds or val if it's in range.
- clamp(int, int, int) - Static method in class io.github.palexdev.virtualizedfx.utils.NumberUtils
-
Limits the given value to the given min-max range by returning the nearest bound if it exceeds or val if it's in range.
- clear() - Method in class io.github.palexdev.virtualizedfx.flow.simple.CellsManager
-
Resets the CellsManager by clearing the container's children, clearing the cellsPool, clearing the updates list and resetting the stored indexes range to [-1, -1].
- computeCellsNumber() - Method in interface io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
- computeCellsNumber() - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
- computeCellsNumber() - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
- computeEstimatedHeight(double) - Method in interface io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
-
Computes the estimated height of the flow.
- computeEstimatedHeight(double) - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
- computeEstimatedHeight(double) - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
- computeEstimatedWidth(double) - Method in interface io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
-
Computes the estimated width of the flow.
- computeEstimatedWidth(double) - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
- computeEstimatedWidth(double) - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
- create(ObjectProperty<? extends ObservableList<T>>, Function<T, C>, Orientation) - Static method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow.Builder
- create(ObservableList<T>, Function<T, C>, Orientation) - Static method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow.Builder
All Classes and Interfaces|All Packages