Class DcsConditionsLabelProvider
java.lang.Object
com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvider
com._1c.g5.v8.dt.qw.ui.labelproviders.FieldsLabelProvider
com._1c.g5.v8.dt.qw.ui.labelproviders.DcsConditionsLabelProvider
- All Implemented Interfaces:
- IBaseLabelProvider,- IColorProvider,- ITableFontProvider,- ITableLabelProvider
Label provider for dcs fields
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProviderEMPTY_STRING, source
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.eclipse.swt.graphics.ImagegetColumnImage(Object element, int columnIndex) getColumnText(Object element, int columnIndex) static StringgetConditionText(Object condition, QueryWizardSource source) Get dcs field textorg.eclipse.swt.graphics.FontgetToolTipText(Object element, int column) Get tool tip textbooleanisColumnHaveCustomLabelProvider(int column) Is column have custom label providervoidupdate(int column, ViewerCell cell, org.eclipse.swt.widgets.Tree parent) Update the label for cell.Methods inherited from class com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvideraddIssueMessage, addListener, addOverlayIcon, dispose, getBackground, getForeground, getSystemColorDarkGrey, isLabelProperty, isToolTipTextRequired, removeListener
- 
Field Details- 
COLUMN_FIELDpublic static final int COLUMN_FIELD- See Also:
 
- 
COLUMN_USE_CHILDpublic static final int COLUMN_USE_CHILD- See Also:
 
- 
COLUMN_ALIASpublic static final int COLUMN_ALIAS- See Also:
 
 
- 
- 
Constructor Details- 
DcsConditionsLabelProvider- Parameters:
- queryWizardControl- - query wizard control
 
 
- 
- 
Method Details- 
getConditionTextGet dcs field text- Parameters:
- condition- - dcs conditions
- source- - query wizard source
- Returns:
- condition text
 
- 
getColumnImage- Specified by:
- getColumnImagein interface- ITableLabelProvider
- Overrides:
- getColumnImagein class- FieldsLabelProvider
 
- 
getColumnText- Specified by:
- getColumnTextin interface- ITableLabelProvider
- Overrides:
- getColumnTextin class- FieldsLabelProvider
 
- 
getFont- Specified by:
- getFontin interface- ITableFontProvider
 
- 
isColumnHaveCustomLabelProviderpublic boolean isColumnHaveCustomLabelProvider(int column) Description copied from class:AbstractQueryWizardLabelProviderIs column have custom label provider- Overrides:
- isColumnHaveCustomLabelProviderin class- AbstractQueryWizardLabelProvider
- Parameters:
- column- - actual column index in tree viewer
- Returns:
- trueif have custom label provider,- falseotherwise
 
- 
updateDescription copied from class:AbstractQueryWizardLabelProviderUpdate the label for cell. Using for extending "update" method in "CellLabelProvider" class- Overrides:
- updatein class- AbstractQueryWizardLabelProvider
- Parameters:
- column- - actual column index in tree viewer
- cell- -- ViewerCellfor updating label, cannot be- null
- parent- - parent- Tree, cannot be- null
 
- 
getToolTipTextDescription copied from class:AbstractQueryWizardLabelProviderGet tool tip text- Overrides:
- getToolTipTextin class- FieldsLabelProvider
- Parameters:
- element- - element for show tooltip
- column- - actual column index in tree viewer
- Returns:
- tool tip text or null if have no text
 
 
-