| net.refractions.udig.ui.FeatureTableLabelProvider
FeatureTableLabelProvider | class FeatureTableLabelProvider extends LabelProvider implements ITableLabelProvider,IColorProvider(Code) | | |
Method Summary | |
public Color | getBackground(Object element) | public Image | getColumnImage(Object element, int columnIndex) | public String | getColumnText(Object element, int columnIndex) Returns the value of the column / feature attribute.
See Also: org.eclipse.jface.viewers.ITableLabelProvider.getColumnText(java.lang.Objectint) Parameters: element - the array of feature attributes. Parameters: columnIndex - the column index / feature attribute. | public Color | getForeground(Object element) |
getBackground | public Color getBackground(Object element)(Code) | | |
getColumnImage | public Image getColumnImage(Object element, int columnIndex)(Code) | | |
getColumnText | public String getColumnText(Object element, int columnIndex)(Code) | | Returns the value of the column / feature attribute.
See Also: org.eclipse.jface.viewers.ITableLabelProvider.getColumnText(java.lang.Objectint) Parameters: element - the array of feature attributes. Parameters: columnIndex - the column index / feature attribute. the string representation of the feature attribute, exceptfor attributes of type Geometry in which a string representing the type of Geometry is returned. |
getForeground | public Color getForeground(Object element)(Code) | | |
|
|