Package com._1c.g5.v8.dt.qw.ui.controls
Class QueryWizardFocusCellHighlighter
- java.lang.Object
-
- org.eclipse.jface.viewers.FocusCellHighlighter
-
- com._1c.g5.v8.dt.qw.ui.controls.QueryWizardFocusCellHighlighter
-
public class QueryWizardFocusCellHighlighter extends FocusCellHighlighter
FocusCellHighlighter for multicolumn tree viewer (taken from FocusCellOwnerDrawHighlighter)
-
-
Constructor Summary
Constructors Constructor Description QueryWizardFocusCellHighlighter(ColumnViewer viewer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
focusCellChanged(ViewerCell newCell, ViewerCell oldCell)
-
Methods inherited from class org.eclipse.jface.viewers.FocusCellHighlighter
focusCellChanged, getFocusCell, init
-
-
-
-
Constructor Detail
-
QueryWizardFocusCellHighlighter
public QueryWizardFocusCellHighlighter(ColumnViewer viewer)
-
-
Method Detail
-
focusCellChanged
protected void focusCellChanged(ViewerCell newCell, ViewerCell oldCell)
- Overrides:
focusCellChanged
in classFocusCellHighlighter
-
-