Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2017-11-03 16:50:57 +0000
committerAndrey Loskutov2017-11-03 16:50:57 +0000
commit679a28a9a149a4a5985121f848cc95b50069f39a (patch)
treedc91c1620a90fa44cd2e528d097270aa288a04b3
parent359336b524cc3bcfe7ec001e8236142f73f1e352 (diff)
downloadeclipse.platform.ui-679a28a9a149a4a5985121f848cc95b50069f39a.tar.gz
eclipse.platform.ui-679a28a9a149a4a5985121f848cc95b50069f39a.tar.xz
eclipse.platform.ui-679a28a9a149a4a5985121f848cc95b50069f39a.zip
Change-Id: I05cda987a8f95a39aac3bbc4d8948c3a4a058f28 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.java1
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);

Back to the top