|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableLabelProvider
Extends IBaseLabelProvider
with the methods
to provide the text and/or image for each column of a given element.
Used by table viewers.
TableViewer
Method Summary | |
---|---|
Image |
getColumnImage(java.lang.Object element,
int columnIndex)
Returns the label image for the given column of the given element. |
java.lang.String |
getColumnText(java.lang.Object element,
int columnIndex)
Returns the label text for the given column of the given element. |
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider |
---|
addListener, dispose, isLabelProperty, removeListener |
Method Detail |
---|
Image getColumnImage(java.lang.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 appears
null
if there is no image for the
given object at columnIndexjava.lang.String getColumnText(java.lang.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 appears
null
if there is no text for the
given object at columnIndex
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |