org.eclipse.jface.viewers
Interface IFontProvider

All Known Implementing Classes:
DecoratingLabelProvider

public interface IFontProvider

Interface to provide font representation for a given element.

Since:
3.0
See Also:
IFontDecorator

Method Summary
 Font getFont(java.lang.Object element)
          Provides a font for the given element.
 

Method Detail

getFont

Font getFont(java.lang.Object element)
Provides a font for the given element.

Parameters:
element - the element
Returns:
the font for the element, or null to use the default font