Class TableViewSkin<T>

java.lang.Object
Type Parameters:
T - the type of the item stored in each row
All Implemented Interfaces:
Skin<TableView<T>>

public class TableViewSkin<T> extends TableViewSkinBase<T,T,TableView<T>,TableRow<T>,TableColumn<T,?>>
Default skin implementation for the TableView control.
Since:
9
See Also: