Eclipse eRCP
Release 1.1

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(Object element)
          Provides a font for the given element.
 

Method Detail

getFont

public Font getFont(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

Eclipse eRCP
Release 1.1