Index
All Classes|All Packages
L
- 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, the layout is done manually by the
CellsManager
when needed. - LayoutManager<T,C extends ISimpleCell> - Class in io.github.palexdev.virtualizedfx.flow.simple
-
Helper class to keep track of some parameters like:
- LayoutManager(SimpleVirtualFlow<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
- LEFT_RIGHT - Enum constant in enum class io.github.palexdev.virtualizedfx.enums.Gravity
-
Horizontal left to 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|All Packages