Module MaterialFX

Class MFXListViewSkin<T>

java.lang.Object
javafx.scene.control.SkinBase<AbstractMFXListView<T,?>>
io.github.palexdev.materialfx.skins.MFXListViewSkin<T>
All Implemented Interfaces:
Skin<AbstractMFXListView<T,?>>

public class MFXListViewSkin<T> extends SkinBase<AbstractMFXListView<T,?>>
Implementation of the Skin used by all list views based on VirtualizedFX.