JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Eclipse Platform
2026-09 (4.41)
org.eclipse.jface.viewers
ITableFontProvider
Contents
Description
Method Summary
Method Details
getFont(Object, int)
Hide sidebar
Show sidebar
Interface ITableFontProvider
public interface
ITableFontProvider
The 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
Font
getFont
(
Object
element, int columnIndex)
Provides a font for the given element at index columnIndex.
Method Details
getFont
Font
getFont
(
Object
element, int columnIndex)
Provides a font for the given element at index columnIndex.
Parameters:
element
- The element being displayed
columnIndex
- The index of the column being displayed
Returns:
Font