Class VirtualContainerBase<C extends Control,I extends IndexedCell>

java.lang.Object
javafx.scene.control.SkinBase<C>
javafx.scene.control.skin.VirtualContainerBase<C,I>
Type Parameters:
C - the type of the control
I - the type of the index cell
All Implemented Interfaces:
Skin<C>
Direct Known Subclasses:
ListViewSkin, TableViewSkinBase, TreeViewSkin

public abstract class VirtualContainerBase<C extends Control,I extends IndexedCell> extends SkinBase<C>
Parent class to control skins whose contents are virtualized and scrollable. This class handles the interaction with the VirtualFlow class, which is the main class handling the virtualization of the contents of this container.
Since:
9