Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Add hyperlink control to the end of a TableViewer
Add hyperlink control to the end of a TableViewer [message #23365] Thu, 23 July 2009 02:33 Go to next message
Philipp Kursawe is currently offline Philipp KursaweFriend
Messages: 135
Registered: July 2009
Senior Member
Hello,

is it possible to add custom controls to TableViewer? I want to add some
hyperlinks at the end of the viewers content.
I can not go with custom drawing of the viewer content, I need to use
real SWT controls in the viewer. I think the table cell editors might be
away but I am not aware of how to apply them only to certain rows?

Phil
Re: Add hyperlink control to the end of a TableViewer [message #23916 is a reply to message #23365] Fri, 24 July 2009 11:47 Go to previous message
Eclipse UserFriend
Originally posted by: bjoern.bjoernfischer.de

Hi Philipp,
applying a cell editor to certain row should be shown in JFace Snippet #034:

http://wiki.eclipse.org/index.php/JFaceSnippets#Snippet034Ce llEditorPerRowNewAPI

For implementing an own cell editor have a close look at
DialogCellEditor. This helped me quite a lot at that point.

Regards,
Björn

Philipp Kursawe schrieb:
> Hello,
>
> is it possible to add custom controls to TableViewer? I want to add some
> hyperlinks at the end of the viewers content.
> I can not go with custom drawing of the viewer content, I need to use
> real SWT controls in the viewer. I think the table cell editors might be
> away but I am not aware of how to apply them only to certain rows?
>
> Phil
Previous Topic:[databinding] ControlDecorationSupport feedback: provide access to the ControlDecoration
Next Topic:Where is IProgressMonitor?
Goto Forum:
  


Current Time: Tue Sep 24 08:03:01 GMT 2024

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

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

Back to the top