Skip to main content



      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] Wed, 22 July 2009 22:33 Go to next message
Eclipse UserFriend
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 07: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: Fri Apr 25 21:28:27 EDT 2025

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

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

Back to the top