public interface ITableLabelProvider extends IBaseLabelProvider
IBaseLabelProvider
with the methods
to provide the text and/or image for each column of a given element.
Used by table viewers.TableViewer
Modifier and Type | Method and Description |
---|---|
Image |
getColumnImage(Object element,
int columnIndex)
Returns the label image for the given column of the given element.
|
String |
getColumnText(Object element,
int columnIndex)
Returns the label text for the given column of the given element.
|
addListener, dispose, isLabelProperty, removeListener
Image getColumnImage(Object element, int columnIndex)
element
- the object representing the entire row, or
null
indicating that no input object is set
in the viewercolumnIndex
- the zero-based index of the column in which
the label appearsnull
if there is no image for the
given object at columnIndexString getColumnText(Object element, int columnIndex)
element
- the object representing the entire row, or
null
indicating that no input object is set
in the viewercolumnIndex
- the zero-based index of the column in which the label appearsnull
if there is no text for the
given object at columnIndex
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.