Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » tooltips for tableViewer
tooltips for tableViewer [message #443383] Fri, 24 September 2004 06:41 Go to next message
Michael Seele is currently offline Michael SeeleFriend
Messages: 124
Registered: July 2009
Senior Member
is it possible to enable tooltips for rows in a tableViewer?
Re: tooltips for tableViewer [message #443397 is a reply to message #443383] Fri, 24 September 2004 12:20 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
A Table widget (ie.- TableViewer.getTable()) can have one tooltip defined
for it at any given time, so you can either:

- fake them (for an example of this see
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.sni ppets/src/org/eclipse/swt/snippets/Snippet125.java?rev=HEAD& amp;content-type=text/vnd.viewcvs-markup )
- listen for mouse movement, determine the table item under the pointer, and
update the Table's tooltip accordingly

Grant

"Michael Seele" <mseele@guh-software.de> wrote in message
news:cj0fhs$75q$1@eclipse.org...
> is it possible to enable tooltips for rows in a tableViewer?
>
Previous Topic:goto next column in table typing tab
Next Topic:Non Rectangular Custom Widget - Focus Problem
Goto Forum:
  


Current Time: Fri Apr 26 13:29:01 GMT 2024

Powered by FUDForum. Page generated in 0.03779 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top