public interface ITableItemColorProvider
IItemColorProvider, but this will pass additional information,
namely the column index.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBackground(java.lang.Object object,
int columnIndex)
This does the same thing as ITableColorProvider.getBackground.
|
java.lang.Object |
getForeground(java.lang.Object object,
int columnIndex)
This does the same thing as ITableColorProvider.getForeground.
|
java.lang.Object getForeground(java.lang.Object object,
int columnIndex)
java.lang.Object getBackground(java.lang.Object object,
int columnIndex)