Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractHelper(VirtualGrid<?, ?>) - Constructor for class io.github.palexdev.virtualizedfx.grid.GridHelper.AbstractHelper
- AbstractHelper(VirtualTable<?>) - Constructor for class io.github.palexdev.virtualizedfx.table.TableHelper.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) - Method in class io.github.palexdev.virtualizedfx.table.TableState
-
Creates a new
TableRow
usingVirtualTable.rowFactoryProperty()
, then adds it to the state at the given index. - 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. - addRow(int, TableRow<T>) - Method in class io.github.palexdev.virtualizedfx.table.TableState
-
Adds an already built
TableRow
to the state at the given index. - addRows(Map<Integer, TableRow<T>>) - Method in class io.github.palexdev.virtualizedfx.table.TableState
-
Adds all the rows contained in the given map to the state.
- 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
- anyHidden() - Method in class io.github.palexdev.virtualizedfx.table.TableState
- autoHideBarsProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies whether to auto hide the scroll bars after a certain amount of time.
- autosizeColumn(int) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Retrieves the column at the given index, if present and not null, delegates to
VirtualTable.autosizeColumn(TableColumn)
. - autosizeColumn(TableColumn<?, ? extends TableCell<?>>) - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
-
Attempts at auto-sizing the given column to fit its content.
- autosizeColumn(TableColumn<?, ? extends TableCell<?>>) - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.FixedTableHelper
- autosizeColumn(TableColumn<?, ? extends TableCell<?>>) - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.VariableTableHelper
-
Attempts at auto-sizing the given column to fit its content.
- autosizeColumn(TableColumn<T, ? extends TableCell<T>>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Auto-sizes the given column.
- autosizeColumns() - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
-
Attempts at auto-sizing all the columns.
- autosizeColumns() - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.FixedTableHelper
- autosizeColumns() - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.VariableTableHelper
-
Calls
TableHelper.VariableTableHelper.autosizeColumn(TableColumn)
on all the columns in the table. - autosizeColumns() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Auto-sizes all the table's columns.
All Classes and Interfaces|All Packages|Constant Field Values