Introduce OSGi Explorer
[lgpl/argeo-commons.git] / osgi / plugins / org.argeo.osgi.ui.explorer / src / main / java / org / argeo / osgi / ui / explorer / views / BundlesView.java
index 166941180e88be75a80b3bc1275b952f8ff568df..dd0dd1e29f48473128aca01e170c462990d608b2 100644 (file)
@@ -37,8 +37,9 @@ public class BundlesView extends ViewPart {
                try {
                        ColumnViewerToolTipSupport.enableFor(viewer);
                } catch (Exception e) {
-                       viewer.getControl()
-                                       .setData(Table.ENABLE_CELL_TOOLTIP, Boolean.TRUE);
+                       //String prop = Table.ENABLE_CELL_TOOLTIP;
+                       String prop = "org.eclipse.swt.widgets.Table#enableCellToolTip";
+                       viewer.getControl().setData(prop, Boolean.TRUE);
                }
 
                // ID