Index
All Classes and Interfaces|All Packages
L
- lastVisible() - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
-
Computes the first visible cell index in the viewport with this formula:
- lastVisible() - Method in interface io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
- lastVisible() - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
-
Computes the first visible cell index in the viewport with this formula:
- lastVisible() - Method in class io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
-
Delegate method of
OrientationHelper.lastVisible()
. - layout(Node, int, double, double) - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
-
Computes the Node's x position and then calls
OrientationHelper.HorizontalHelper.resizeRelocate(Node, double, double, double)
. - layout(Node, int, double, double) - Method in interface io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
-
Lays out the given node.
- layout(Node, int, double, double) - Method in class io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
-
Computes the Node's y position and then calls
OrientationHelper.VerticalHelper.resizeRelocate(Node, double, double, double)
. - layoutChildren() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
- layoutChildren() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
-
Overridden to be empty.
- LayoutManager<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.flow.simple -
Helper class to keep track of some parameters like:
- LayoutManager(SimpleVirtualFlowContainer<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
- LEFT - Enum constant in enum class io.github.palexdev.virtualizedfx.utils.ScrollUtils.ScrollDirection
- leftOrRight(double) - Static method in class io.github.palexdev.virtualizedfx.utils.ScrollUtils
-
If the given delta is lesser than 0 returns LEFT, otherwise returns RIGHT.
- ListChangeHelper - Class in io.github.palexdev.virtualizedfx.utils
-
Helper class to process changes in a list of items of type T, it also needs a range of indexes to whether the changed values are within range.
- ListChangeHelper() - Constructor for class io.github.palexdev.virtualizedfx.utils.ListChangeHelper
- ListChangeHelper.Change - Class in io.github.palexdev.virtualizedfx.utils
-
Bean to contain two Sets of added and removed
ListChangeHelper.ChangeBean
s and one ofListChangeHelper.ReplaceBean
s. - ListChangeHelper.ChangeBean - Class in io.github.palexdev.virtualizedfx.utils
-
Bean to represent an addition or removal change.
- ListChangeHelper.ReplaceBean - Class in io.github.palexdev.virtualizedfx.utils
-
Bean to represent a replacement change.
- loadResource(String) - Static method in class io.github.palexdev.virtualizedfx.ResourceManager
All Classes and Interfaces|All Packages