Class TotalExpressionsLableProvider
- java.lang.Object
-
- com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvider
-
- com._1c.g5.v8.dt.qw.ui.labelproviders.TotalExpressionsLableProvider
-
- All Implemented Interfaces:
IBaseLabelProvider
,ITableLabelProvider
public class TotalExpressionsLableProvider extends AbstractQueryWizardLabelProvider
Label provider for total expressions
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvider
EMPTY_STRING
-
-
Constructor Summary
Constructors Constructor Description TotalExpressionsLableProvider(QueryWizardSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.graphics.Image
getColumnImage(Object element, int columnIndex)
String
getColumnText(Object element, int columnIndex)
String
getToolTipText(Object element, int columnIndex)
Get tool tip text-
Methods inherited from class com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvider
addIssueMessage, addListener, addOverlayIcon, dispose, isColumnHaveCustomLabelProvider, isLabelProperty, isToolTipTextRequired, removeListener, update
-
-
-
-
Constructor Detail
-
TotalExpressionsLableProvider
public TotalExpressionsLableProvider(QueryWizardSource source)
- Parameters:
source
- - query wizard sourceindexImageCache
- - images cache
-
-
Method Detail
-
getColumnImage
public org.eclipse.swt.graphics.Image getColumnImage(Object element, int columnIndex)
- Specified by:
getColumnImage
in interfaceITableLabelProvider
- Specified by:
getColumnImage
in classAbstractQueryWizardLabelProvider
-
getColumnText
public String getColumnText(Object element, int columnIndex)
- Specified by:
getColumnText
in interfaceITableLabelProvider
- Specified by:
getColumnText
in classAbstractQueryWizardLabelProvider
-
getToolTipText
public String getToolTipText(Object element, int columnIndex)
Description copied from class:AbstractQueryWizardLabelProvider
Get tool tip text- Overrides:
getToolTipText
in classAbstractQueryWizardLabelProvider
- Parameters:
element
- - element- Returns:
- tool tip text or null if have no text
-
-