Class TableCellSkinBase<S,T,C extends IndexedCell<T>>

java.lang.Object
Type Parameters:
S - the type of the UI control (e.g. the type of the 'row')
T - the type of the content in the cell, based on its TableColumnBase
C - the type of the Cell control
All Implemented Interfaces:
Skin<C>
Direct Known Subclasses:
TableCellSkin, TreeTableCellSkin

public abstract class TableCellSkinBase<S,T,C extends IndexedCell<T>> extends CellSkinBase<C>
Base skin for table cell controls, for example: TableCell and TreeTableCell.
Since:
9
See Also: