Package org.eclipse.jface.viewers
Interface ITableFontProvider
-
public interface ITableFontProviderThe ITableFontProvider is a font provider that provides fonts to individual cells within tables.- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontgetFont(java.lang.Object element, int columnIndex)Provides a font for the given element at index columnIndex.
-
-
-
Method Detail
-
getFont
Font getFont(java.lang.Object element, int columnIndex)
Provides a font for the given element at index columnIndex.- Parameters:
element- The element being displayedcolumnIndex- The index of the column being displayed- Returns:
- Font
-
-