public class LocationTableLabelProvider
extends org.eclipse.jface.viewers.BaseLabelProvider
implements org.eclipse.jface.viewers.ITableLabelProvider
Modifier and Type | Class and Description |
---|---|
protected static class |
LocationTableLabelProvider.Column
Enumeration of the columns in the call location table.
|
Constructor and Description |
---|
LocationTableLabelProvider() |
Modifier and Type | Method and Description |
---|---|
protected LocationTableLabelProvider.Column |
getColumn(int columnIndex)
Given a column index in the call location table,
returns the corresponding
LocationTableLabelProvider.Column . |
org.eclipse.swt.graphics.Image |
getColumnImage(java.lang.Object element,
int columnIndex) |
java.lang.String |
getColumnText(java.lang.Object element,
int columnIndex) |
addListener, dispose, fireLabelProviderChanged, isLabelProperty, removeListener
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
public org.eclipse.swt.graphics.Image getColumnImage(java.lang.Object element, int columnIndex)
getColumnImage
in interface org.eclipse.jface.viewers.ITableLabelProvider
public java.lang.String getColumnText(java.lang.Object element, int columnIndex)
getColumnText
in interface org.eclipse.jface.viewers.ITableLabelProvider
protected LocationTableLabelProvider.Column getColumn(int columnIndex)
LocationTableLabelProvider.Column
.
Default implementation returns the enumeration constant with
the ordinal that is equal to the given index, or null
if there is no such constant.
columnIndex
- the index of the column in the call location tablenull
if noneCopyright (c) 2014, 2020 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0