Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|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) (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() and CellsManager.initCells(int), the num of cells passed is computed by calling OrientationHelper.computeCellsNumber().
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 calls LayoutManager.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
 
isFitToHeight() - Method in interface io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
Gets the value of the property fitToHeight.
isFitToHeight() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Gets the value of the property fitToHeight.
isFitToWidth() - Method in interface io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
Gets the value of the property fitToWidth.
isFitToWidth() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Gets the value of the property fitToWidth.
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 calls CellsManager.clear() and then exits.
itemsProperty() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Property for the items list.
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages