Uses of Interface
io.github.palexdev.materialfx.controls.base.IListView
Packages that use IListView
Package
Description
-
Uses of IListView in io.github.palexdev.materialfx.controls
Classes in io.github.palexdev.materialfx.controls that implement IListViewModifier and TypeClassDescriptionclassImplementation of a check listview based on VirtualizedFX.classMFXListView<T>Implementation of a check listview based on VirtualizedFX. -
Uses of IListView in io.github.palexdev.materialfx.controls.base
Classes in io.github.palexdev.materialfx.controls.base that implement IListViewModifier and TypeClassDescriptionclassAbstractMFXListView<T,C extends io.github.palexdev.virtualizedfx.cell.Cell<T>> Base class for all list views based on VirtualizedFX, defines common properties and behavior.