Class TotalCalculationFieldsLabelProvider
- java.lang.Object
-
- com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvider
-
- com._1c.g5.v8.dt.qw.ui.labelproviders.TotalCalculationFieldsLabelProvider
-
- All Implemented Interfaces:
IBaseLabelProvider,ITableLabelProvider
public class TotalCalculationFieldsLabelProvider extends AbstractQueryWizardLabelProvider
Label provider for TotalCalculationFields
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvider
EMPTY_STRING
-
-
Constructor Summary
Constructors Constructor Description TotalCalculationFieldsLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.graphics.ImagegetColumnImage(Object element, int columnIndex)StringgetColumnText(Object element, int columnIndex)-
Methods inherited from class com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvider
addIssueMessage, addListener, addOverlayIcon, dispose, getToolTipText, isColumnHaveCustomLabelProvider, isLabelProperty, isToolTipTextRequired, removeListener, update
-
-
-
-
Method Detail
-
getColumnImage
public org.eclipse.swt.graphics.Image getColumnImage(Object element, int columnIndex)
- Specified by:
getColumnImagein interfaceITableLabelProvider- Specified by:
getColumnImagein classAbstractQueryWizardLabelProvider
-
getColumnText
public String getColumnText(Object element, int columnIndex)
- Specified by:
getColumnTextin interfaceITableLabelProvider- Specified by:
getColumnTextin classAbstractQueryWizardLabelProvider
-
-