Index
All Classes|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.
- 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|All Packages