| TableTreeViewer deprecation? [message #287638] |
Tue, 05 July 2005 13:36  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.03201 seconds