Index
All Classes|All Packages
I
- indexDifference(Set<Integer>, Set<Integer>) - Static method in class io.github.palexdev.virtualizedfx.collections.SetsDiff
-
Computes the difference between the given sets of indexes.
- initCells(int) - Method in class io.github.palexdev.virtualizedfx.flow.simple.CellsManager
-
Populates the cellsPool, adds them to the container and then calls
CellsManager.updateCells(int, int)
(indexes from 0 to num) to ensure the cells are displaying the right content (should not be needed though) - initCells(int) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
-
Delegate method for
CellsManager.initCells(int)
. - initFlow() - Method in class io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
-
Calls
LayoutManager.bindings()
andCellsManager.initCells(int)
, the num of cells passed is computed by callingLayoutManager.lastVisible()
. - initialize() - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
-
DO NOT CALL THIS METHOD, it's automatically handled by the VirtualFlow.
- initialize() - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
-
DO NOT CALL THIS METHOD, it's automatically handled by the VirtualFlow.
- initialize() - Method in class io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
-
Gets the first item from the items list and builds a cell from it.
- initialize() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
-
Adds the container to the children list, calls
SimpleVirtualFlow.setupScrollBars()
. - initialize() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
-
Calls
SimpleVirtualFlowContainer.buildClip()
, adds the needed listeners for the items list and the corresponding property, also callsLayoutManager.initialize()
. - inRangeOf(double, NumberRange<Double>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Checks if the given value is contained in the given range (bounds are included).
- inRangeOf(double, List<NumberRange<Double>>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Checks if the given value is contained in any of the given ranges (bounds are included).
- inRangeOf(float, NumberRange<Float>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Checks if the given value is contained in the given range (bounds are included).
- inRangeOf(float, List<NumberRange<Float>>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Checks if the given value is contained in any of the given ranges (bounds are included).
- inRangeOf(int, NumberRange<Integer>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Checks if the given value is contained in the given range (bounds are included).
- inRangeOf(int, List<NumberRange<Integer>>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Checks if the given value is contained in any of the given ranges (bounds are included).
- inRangeOf(long, NumberRange<Long>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Checks if the given value is contained in the given range (bounds are included).
- inRangeOf(long, List<NumberRange<Long>>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Checks if the given value is contained in any of the given ranges (bounds are included).
- intDirection() - Method in enum class io.github.palexdev.virtualizedfx.utils.ScrollUtils.ScrollDirection
- INTERPOLATOR_V1 - Static variable in class io.github.palexdev.virtualizedfx.utils.AnimationUtils
- INTERPOLATOR_V2 - Static variable in class io.github.palexdev.virtualizedfx.utils.AnimationUtils
- io.github.palexdev.virtualizedfx - package io.github.palexdev.virtualizedfx
- io.github.palexdev.virtualizedfx.beans - package io.github.palexdev.virtualizedfx.beans
- io.github.palexdev.virtualizedfx.cache - package io.github.palexdev.virtualizedfx.cache
- io.github.palexdev.virtualizedfx.cell - package io.github.palexdev.virtualizedfx.cell
- io.github.palexdev.virtualizedfx.collections - package io.github.palexdev.virtualizedfx.collections
- io.github.palexdev.virtualizedfx.flow.base - package io.github.palexdev.virtualizedfx.flow.base
- io.github.palexdev.virtualizedfx.flow.simple - package io.github.palexdev.virtualizedfx.flow.simple
- io.github.palexdev.virtualizedfx.utils - package io.github.palexdev.virtualizedfx.utils
- isEmpty() - Method in class io.github.palexdev.virtualizedfx.utils.ListChangeHelper.ReplaceBean
- isInitialized() - Method in class io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
- isTrackPad(double) - Static method in class io.github.palexdev.virtualizedfx.utils.ScrollUtils
-
Determines if a scroll event comes from the trackpad from the given delta value.
- itemsChanged() - Method in class io.github.palexdev.virtualizedfx.flow.simple.CellsManager
-
Called when the items list changes, if the list has been cleared removes all the cells from the container then calls
CellsManager.clear()
and then exits. - itemsProperty() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
-
Property for the items list.
All Classes|All Packages