Class SourcesLabelProvider
java.lang.Object
com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvider
com._1c.g5.v8.dt.qw.ui.labelproviders.SourcesLabelProvider
- All Implemented Interfaces:
- IBaseLabelProvider,- IColorProvider,- ITableLabelProvider
Sources label provider
- 
Field SummaryFields 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 StringgetToolTipForSource(QuerySchemaSource tableSource, QueryWizardSource qwSource) Get tool tip text for sourcegetToolTipText(Object element, int columnIndex) Get tool tip textbooleanisToolTipTextRequired(Object element, int column) Show tool tips for every elementsMethods inherited from class com._1c.g5.v8.dt.qw.ui.labelproviders.AbstractQueryWizardLabelProvideraddIssueMessage, addListener, addOverlayIcon, dispose, getBackground, getForeground, getSystemColorDarkGrey, isColumnHaveCustomLabelProvider, isLabelProperty, removeListener, update
- 
Constructor Details- 
SourcesLabelProviderConstructs label provider- Parameters:
- source- the query wizard source, cannot be- enull
 
 
- 
- 
Method Details- 
getToolTipForSourceGet tool tip text for source- Parameters:
- tableSource- - table source
- qwSource- - query wizard source
- Returns:
- tool tip text
 
- 
getColumnImage
- 
getColumnText
- 
isToolTipTextRequiredDescription copied from class:AbstractQueryWizardLabelProviderShow tool tips for every elements- Overrides:
- isToolTipTextRequiredin class- AbstractQueryWizardLabelProvider
- Parameters:
- element- - element for show tooltip, cannot be- null
- column- - actual column index in tree viewer
- Returns:
- true if show tooltips for every elements, false if show only multilines tool tips
 
- 
getToolTipTextDescription copied from class:AbstractQueryWizardLabelProviderGet tool tip text- Overrides:
- getToolTipTextin class- AbstractQueryWizardLabelProvider
- Parameters:
- element- - element for show tooltip
- columnIndex- - actual column index in tree viewer
- Returns:
- tool tip text or null if have no text
 
 
-