cellFactory
A ListView has a list of ListCells for the items which are visible. The ListCells are created and destroyed as you scroll through the list.
The default ListCells are simple TextListCells, but you can create richer cells by using a cellFactory
.
You will also use a cellFactory
if you want the cell to have additional functionality, for example, if you want to add tooltips, or addition event handlers.