Index
All Classes and Interfaces|All Packages
A
- AbstractHelper(VirtualGrid<?, ?>) - Constructor for class io.github.palexdev.virtualizedfx.grid.GridHelper.AbstractHelper
- AbstractMapping(int, int) - Constructor for class io.github.palexdev.virtualizedfx.flow.FlowMapping.AbstractMapping
- AbstractOrientationHelper(VirtualFlow<?, ?>) - Constructor for class io.github.palexdev.virtualizedfx.flow.OrientationHelper.AbstractOrientationHelper
- addCell(int, C) - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
-
Adds the given [index, cell] entry in the cells map.
- addCells(Map<Integer, C>) - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
-
Adds all the given cells to this state's cells map.
- addRow(int) - Method in class io.github.palexdev.virtualizedfx.grid.GridState
-
Creates a new
GridRow
with the given index and the state's columns range, initializes it withGridRow.init()
then adds it to the state's map. - addRow(int, GridRow<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.GridState
-
Adds the given
GridRow
to the state's map at the given index. - afterLayout() - Method in interface io.github.palexdev.virtualizedfx.cell.Cell
-
Automatically called after the cell has been laid out.
- anyHidden() - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
- autoHideBarsProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies whether to auto hide the scroll bars after a certain amount of time.
All Classes and Interfaces|All Packages