Index

A B C D E G H I L N O P R S T U V W 
All Classes|All Packages

C

Cell - 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.
CellsManager<T,​C extends ISimpleCell> - Class in io.github.palexdev.virtualizedfx.flow.simple
Helper class to properly keep track of the needed cells, add the cells' nodes to the container and update the layout when needed.
CellsManager(SimpleVirtualFlow<T, C>, LayoutManager<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.flow.simple.CellsManager
 
CellsManagerUpdater<T,​C extends ISimpleCell> - Class in io.github.palexdev.virtualizedfx.collections
Helper class to process changes in a list of items od type T.
CellsManagerUpdater(CellsManager<T, C>, Function<Integer, C>) - Constructor for class io.github.palexdev.virtualizedfx.collections.CellsManagerUpdater
 
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.
computeAddition(Set<Integer>, int) - Method in class io.github.palexdev.virtualizedfx.collections.CellsManagerUpdater
Processes the addition of new items from the given Set of indexes and offset.
computeRemoval(Set<Integer>, int) - Method in class io.github.palexdev.virtualizedfx.collections.CellsManagerUpdater
Processes the removal of items from the given Set of indexes and offset.
create(ObservableList<T>, Function<T, C>, Gravity) - Static method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow.Builder
 
create(ObservableList<T>, Function<T, C>, Gravity, int) - Static method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow.Builder
 
A B C D E G H I L N O P R S T U V W 
All Classes|All Packages