Example usage for Java org.eclipse.jface.viewers ITableLabelProvider fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addListener(ILabelProviderListener listener) Adds a listener to this label provider. |
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. |