Index
All Classes and Interfaces|All Packages
P
- processAddition(TriConsumer<Integer, Integer, Set<Integer>>) - Method in class io.github.palexdev.virtualizedfx.utils.ListChangeHelper.Change
-
For each
ListChangeHelper.ChangeBean
that is an addition executes the given action. - processChange(ListChangeListener.Change<? extends T>, NumberRange<Integer>) - Static method in class io.github.palexdev.virtualizedfx.utils.ListChangeHelper
-
Processes the given change for the given range of indexes.
- processLayout(List<CellsManager.CellUpdate>) - Method in class io.github.palexdev.virtualizedfx.flow.simple.CellsManager
-
Responsible for laying out the cells from a list of
CellsManager<T,
s.C extends Cell<T>>.io.github.palexdev.virtualizedfx.flow.simple.CellsManager.CellUpdate - processRemoval(TriConsumer<Integer, Integer, Set<Integer>>) - Method in class io.github.palexdev.virtualizedfx.utils.ListChangeHelper.Change
-
For each
ListChangeHelper.ChangeBean
that is a removal executes the given action. - processReplacement(BiConsumer<Set<Integer>, Set<Integer>>) - Method in class io.github.palexdev.virtualizedfx.utils.ListChangeHelper.Change
-
For each
ListChangeHelper.ReplaceBean
executes the given action.
All Classes and Interfaces|All Packages