Module VirtualizedFX
Package io.github.palexdev.virtualizedfx.cells
package io.github.palexdev.virtualizedfx.cells
-
ClassesClassDescriptionBase, empty behavior for cells of type
VFXCellBase
, extendsBehaviorBase
.VFXCellBase<T>The basic and typical implementation of a cell in JavaFX is a cell with just two properties: one to keep track of the cell's index and the other to keep track of the displayed item.Simple skin implementation to be used with any descendant ofVFXCellBase
.Extension ofVFXSimpleTableCell
which is intended to be used with models that make use of JavaFX properties.Simple extension ofVFXCellBase
which by default uses the skinVFXLabeledCellSkin
to display its data as text.VFXSimpleTableCell<T,E> Extension ofVFXCellBase
which also implementsVFXMappingTableCell
.