Index

A B C D E F G H I L M N O P R S T U V W X Y 
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 with GridRow.init() then adds it to the state's map.
addRow(int) - Method in class io.github.palexdev.virtualizedfx.table.TableState
Creates a new TableRow using VirtualTable.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(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.
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
A B C D E F G H I L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values