Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » help with TableTreeViewer
help with TableTreeViewer [message #433303] Wed, 07 April 2004 08:16 Go to next message
Jon Harris is currently offline Jon HarrisFriend
Messages: 4
Registered: July 2009
Junior Member
Does anyone know of a good example of using a TableTreeViewer?

I have read the eclipse corner article called 'How to use the JFace tree
viwer', but I'm having trouble translating this example to table trees...

What I'm trying to do is very simple; I want to have a list of items (all of
the same type) that expand to show more information (multiple lines as
children) when you click on them. The properties viewer from the PDE is a
good example of what I want to do. I tried to use the source for the
properties as my example (PropertySheetViewer), but it is way too
complicated, and seems to use a TableTreeEditor instead of a
TableTreeViewer.

Any help would be greatly appreciated.
Jon Harris.
Re: help with TableTreeViewer [message #458398 is a reply to message #433303] Tue, 12 July 2005 20:50 Go to previous message
Agnes Freese is currently offline Agnes FreeseFriend
Messages: 14
Registered: July 2009
Junior Member
I have not found any specific example of TableTreeViewer, but the book "The
Definitive Guide to SWT and JFace" (Rob Warner) has examples of
TableViewers, TreeViewers and the TableTree control. Between this and the
javadocs on TableTreeViewer from eclipse web site I have been able to get
started with TableTreeViewer.

afreese

"Jon Harris" <jbharris@magma.ca> wrote in message
news:c50d39$586$1@eclipse.org...
> Does anyone know of a good example of using a TableTreeViewer?
>
> I have read the eclipse corner article called 'How to use the JFace tree
> viwer', but I'm having trouble translating this example to table trees...
>
> What I'm trying to do is very simple; I want to have a list of items (all
of
> the same type) that expand to show more information (multiple lines as
> children) when you click on them. The properties viewer from the PDE is a
> good example of what I want to do. I tried to use the source for the
> properties as my example (PropertySheetViewer), but it is way too
> complicated, and seems to use a TableTreeEditor instead of a
> TableTreeViewer.
>
> Any help would be greatly appreciated.
> Jon Harris.
>
>
>
>
Previous Topic:Simple table editor
Next Topic:Is there a bug with TableTreeViewer in eclipse 2.1
Goto Forum:
  


Current Time: Fri Apr 26 20:11:22 GMT 2024

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

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

Back to the top