Index
All Classes|All Packages
D
- determineScrollDirection(Orientation, double) - Static method in class io.github.palexdev.virtualizedfx.utils.ScrollUtils
-
Determines the direction of the scroll from the given orientation and the given delta, uses
ScrollUtils.upOrDown(double)
if orientation is VERTICAL orScrollUtils.leftOrRight(double)
if orientation is HORIZONTAL. - difference(Set<T>, Set<T>) - Static method in class io.github.palexdev.virtualizedfx.collections.SetsDiff
-
Computes the difference between the given sets.
- dispose() - Method in interface io.github.palexdev.virtualizedfx.cell.Cell
-
Automatically called before the cell's node is removed from the container.
- dispose() - Method in interface io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
-
Removes and clears any listener.
- dispose() - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
-
Removes and clears any listener.
- dispose() - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
-
Removes and clears any listener.
- doMemoize(Function<T, U>) - Method in class io.github.palexdev.virtualizedfx.cache.Memoizer
- DOWN - Enum constant in enum class io.github.palexdev.virtualizedfx.utils.ScrollUtils.ScrollDirection
All Classes|All Packages