Merge tag 'v2.3.28' into testing
[lgpl/argeo-commons.git] / swt / rcp / org.argeo.swt.specific.rcp / src / org / argeo / eclipse / ui / specific / EclipseUiSpecificUtils.java
index d1acbcfc026a39742ea8025bc972b8a625f5b0d5..11969b3eb4c7bc490ee374878d88bc5f3c617762 100644 (file)
@@ -1,8 +1,5 @@
 package org.argeo.eclipse.ui.specific;
 
-import org.eclipse.jface.viewers.ColumnViewer;
-import org.eclipse.jface.viewers.ColumnViewerToolTipSupport;
-import org.eclipse.jface.viewers.Viewer;
 import org.eclipse.swt.widgets.Widget;
 
 /** Static utilities to bridge differences between RCP and RAP */
@@ -25,16 +22,6 @@ public class EclipseUiSpecificUtils {
                // does nothing
        }
 
-       /**
-        * TootlTip support is supported for {@link ColumnViewer} in RCP
-        * 
-        * @see ColumnViewerToolTipSupport#enableFor(Viewer)
-        */
-       public static void enableToolTipSupport(Viewer viewer) {
-               if (viewer instanceof ColumnViewer)
-                       ColumnViewerToolTipSupport.enableFor((ColumnViewer) viewer);
-       }
-
        private EclipseUiSpecificUtils() {
        }
 }