索引
All Classes and Interfaces|所有程序包
I
- indexDifference(Set<Integer>, Set<Integer>) - 类中的静态方法 io.github.palexdev.virtualizedfx.collections.SetsDiff
-
Computes the difference between the given sets of indexes.
- initCells(int) - 类中的方法 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) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
-
Delegate method for
CellsManager.initCells(int). - initFlow() - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
-
Calls
LayoutManager.bindings()andCellsManager.initCells(int), the num of cells passed is computed by callingOrientationHelper.computeCellsNumber(). - initialize() - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
-
DO NOT CALL THIS METHOD, it's automatically handled by the VirtualFlow.
- initialize() - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
-
DO NOT CALL THIS METHOD, it's automatically handled by the VirtualFlow.
- initialize() - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
-
Gets the first item from the items list and builds a cell from it.
- initialize() - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
-
Adds the container to the children list, calls
SimpleVirtualFlow.setupScrollBars(). - initialize() - 类中的方法 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>) - 类中的静态方法 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>>) - 类中的静态方法 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>) - 类中的静态方法 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>>) - 类中的静态方法 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>) - 类中的静态方法 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>>) - 类中的静态方法 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>) - 类中的静态方法 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>>) - 类中的静态方法 io.github.palexdev.virtualizedfx.beans.NumberRange
-
Checks if the given value is contained in any of the given ranges (bounds are included).
- intDirection() - enum class中的方法 io.github.palexdev.virtualizedfx.utils.ScrollUtils.ScrollDirection
- INTERPOLATOR_V1 - 类中的静态变量 io.github.palexdev.virtualizedfx.utils.AnimationUtils
- INTERPOLATOR_V2 - 类中的静态变量 io.github.palexdev.virtualizedfx.utils.AnimationUtils
- io.github.palexdev.virtualizedfx - 程序包 io.github.palexdev.virtualizedfx
- io.github.palexdev.virtualizedfx.beans - 程序包 io.github.palexdev.virtualizedfx.beans
- io.github.palexdev.virtualizedfx.cache - 程序包 io.github.palexdev.virtualizedfx.cache
- io.github.palexdev.virtualizedfx.cell - 程序包 io.github.palexdev.virtualizedfx.cell
- io.github.palexdev.virtualizedfx.collections - 程序包 io.github.palexdev.virtualizedfx.collections
- io.github.palexdev.virtualizedfx.flow.base - 程序包 io.github.palexdev.virtualizedfx.flow.base
- io.github.palexdev.virtualizedfx.flow.simple - 程序包 io.github.palexdev.virtualizedfx.flow.simple
- io.github.palexdev.virtualizedfx.utils - 程序包 io.github.palexdev.virtualizedfx.utils
- isEmpty() - 类中的方法 io.github.palexdev.virtualizedfx.utils.ListChangeHelper.ReplaceBean
- isFitToHeight() - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
-
获取属性fitToHeight的值。
- isFitToHeight() - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
-
获取属性fitToHeight的值。
- isFitToWidth() - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
-
获取属性fitToWidth的值。
- isFitToWidth() - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
-
获取属性fitToWidth的值。
- isInitialized() - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
- isTrackPad(double) - 类中的静态方法 io.github.palexdev.virtualizedfx.utils.ScrollUtils
-
Determines if a scroll event comes from the trackpad from the given delta value.
- itemsChanged() - 类中的方法 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() - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
-
Property for the items list.
All Classes and Interfaces|所有程序包