Francis Upton Messages: 471 Registered: July 2009 Location: Oakland, CA
Senior Member
Eclipse User wrote on Fri, 18 September 2009 18:14
Originally posted by: yoduderoo.netscape.net
Hi,
I have a RCP with Common Navigator. How to I set the tooltip text which
is sometimes displayed when the mouse hovers over a child node?
Thanks, y
You can get the instance of the CommonViewer and then setup the tooltip support as you normally would for a viewer. To get the instance of the CommonViewer do something like this:
CommonNavigator nav = (CommonNavigator)workbenchWindow.getActivePage()
.findView("yourNavigatgorViewId");
Viewer v = nav.getCommonViewer();