X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=osgi%2Fplugins%2Forg.argeo.osgi.ui.explorer%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fosgi%2Fui%2Fexplorer%2Fviews%2FBundlesView.java;h=dd0dd1e29f48473128aca01e170c462990d608b2;hb=fa07ed47b3933a9b78b43530eae725b7a3effe2d;hp=166941180e88be75a80b3bc1275b952f8ff568df;hpb=21a7775f246e442c5fa73f16c8e108d81aa0ffd8;p=lgpl%2Fargeo-commons.git diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java b/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java index 166941180..dd0dd1e29 100644 --- a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java +++ b/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java @@ -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