Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » TableTreeViewer deprecation?
TableTreeViewer deprecation? [message #287638] Tue, 05 July 2005 13:36 Go to next message
Eclipse UserFriend
Originally posted by: dnawrocki.prologic-inc.com

I noticed that in 3.1, the SWT TableTree widget is deprecated. However,
the JFace TableTreeViewer isn't. It seems to me that if the widget behind
the viewer is deprecated, the viewer should be deprecated as well.

How should I create a tree-ed table in a non-deprecated way? I can't
create my own viewer that uses the Table, TableColumn, and TableItem
classes as the TableItem#setIndent() method is also deprecated.

Thanks,
Dan
Re: TableTreeViewer deprecation? [message #287639 is a reply to message #287638] Tue, 05 July 2005 13:42 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Dan,

The Tree widget now directly supports columns:
org.eclipse.swt.widget.TreeColumn


Dan Nawrocki wrote:

> I noticed that in 3.1, the SWT TableTree widget is deprecated.
> However, the JFace TableTreeViewer isn't. It seems to me that if the
> widget behind the viewer is deprecated, the viewer should be
> deprecated as well.
>
> How should I create a tree-ed table in a non-deprecated way? I can't
> create my own viewer that uses the Table, TableColumn, and TableItem
> classes as the TableItem#setIndent() method is also deprecated.
>
> Thanks,
> Dan
>
Previous Topic:IncrementalProjectBuilder args variable question
Next Topic:IPath.isValidPath() does not make sense
Goto Forum:
  


Current Time: Wed Nov 05 16:32:18 EST 2025

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

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

Back to the top