Module MaterialFX

Interface IListView<T,C extends io.github.palexdev.virtualizedfx.cell.Cell<T>>

Type Parameters:
T - the type of data within the ListView
C - the type of cells that will be used
All Known Implementing Classes:
AbstractMFXListView, MFXCheckListView, MFXListView

public interface IListView<T,C extends io.github.palexdev.virtualizedfx.cell.Cell<T>>
Interface that defines the public API for all the listviews based on VirtualizedFX.