Module VirtualizedFX
Package io.github.palexdev.virtualizedfx.cell
package io.github.palexdev.virtualizedfx.cell
-
InterfacesClassDescriptionCell<T>Base API for all cells.GridCell<T>Specialization of
Cellspecifically used byVirtualGridand subclasses.MappingTableCell<T,E> WhilstTableCelldefines the basic API for cells used byVirtualTable, this is probably the most useful type of cell.TableCell<T>Extension ofCellspecifically used byVirtualTableand subclasses.