Package org.eclipse.jface.viewers
Interface IFontDecorator
-
public interface IFontDecoratorThe IFontDecorator is an interface for objects that return a font to decorate an object. If an IFontDecorator decorates a font in an object that also has an IFontProvider the IFontDecorator will take precedence.- Since:
- 3.1
- See Also:
IFontProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontdecorateFont(java.lang.Object element)Return the font for element ornullif there is not one.
-
-
-
Method Detail
-
decorateFont
Font decorateFont(java.lang.Object element)
Return the font for element ornullif there is not one.- Parameters:
element- the element to get font for- Returns:
- Font or
null
-
-