public interface ITableItemFontProvider
IItemFontProvider, but this will pass additional information,
namely the column index.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getFont(java.lang.Object object,
int columnIndex)
This does the same thing as ITableFontProvider.getFont.
|