Eclipse Platform
Release 3.1

org.eclipse.jface.viewers
Interface ITableFontProvider


public interface ITableFontProvider

The ITableFontProvider is a font provider that provides fonts to individual cells within tables.

Since:
3.1

Method Summary
 Font getFont(Object element, int columnIndex)
          Provides a font for the given element at index columnIndex.
 

Method Detail

getFont

public 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

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.