diff options
| author | Andrey Loskutov | 2017-11-03 16:50:57 +0000 |
|---|---|---|
| committer | Andrey Loskutov | 2017-11-03 16:50:57 +0000 |
| commit | 679a28a9a149a4a5985121f848cc95b50069f39a (patch) | |
| tree | dc91c1620a90fa44cd2e528d097270aa288a04b3 | |
| parent | 359336b524cc3bcfe7ec001e8236142f73f1e352 (diff) | |
| download | eclipse.platform.ui-679a28a9a149a4a5985121f848cc95b50069f39a.tar.gz eclipse.platform.ui-679a28a9a149a4a5985121f848cc95b50069f39a.tar.xz eclipse.platform.ui-679a28a9a149a4a5985121f848cc95b50069f39a.zip | |
Bug 268135 - fixed API errorI20171105-2000I20171104-2025I20171104-1500I20171103-2000
Change-Id: I05cda987a8f95a39aac3bbc4d8948c3a4a058f28
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
| -rw-r--r-- | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java index afce411ed81..cda1941bb59 100644 --- a/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java +++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java @@ -57,6 +57,7 @@ public class FocusCellOwnerDrawHighlighter extends FocusCellHighlighter { * <code>true</code> if only the currently focused cell should be * indicated as selected. <code>false</code> to indicate both the * full selection and the currently focused cell. + * @since 3.14 */ public FocusCellOwnerDrawHighlighter(ColumnViewer viewer, boolean removeNonFocusedSelectionInformation) { super(viewer); |
