Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Why TableTree, TableTreeEditor is deprecated?
Why TableTree, TableTreeEditor is deprecated? [message #465192] Thu, 08 December 2005 02:34 Go to next message
Johnson is currently offline JohnsonFriend
Messages: 13
Registered: July 2009
Junior Member
I'm a new hand to SWT and want to create a table tree for editoring.
After surfing internet, I got some examples using TableTree and
TableTreeEditor.
But both of them were marked as depcrecated. Does it mean that Eclipse will
not
support this in furture? What other API I should use to create a table tree
editor instead?

Thanks!!
Re: Why TableTree, TableTreeEditor is deprecated? [message #465213 is a reply to message #465192] Thu, 08 December 2005 09:12 Go to previous message
Lorenz Maierhofer is currently offline Lorenz MaierhoferFriend
Messages: 88
Registered: July 2009
Member
Hi,

The Tree control now supports multiple columns - so use that instead.

Always check out the great JavaDocs if you have such a question:
From TableTree:
@deprecated As of 3.1 use Tree, TreeItem and TreeColumn

Johnson wrote:
> I'm a new hand to SWT and want to create a table tree for editoring.
> After surfing internet, I got some examples using TableTree and
> TableTreeEditor.
> But both of them were marked as depcrecated. Does it mean that Eclipse will
> not
> support this in furture? What other API I should use to create a table tree
> editor instead?
>
> Thanks!!
>
>
Previous Topic:very large data for tableview
Next Topic:Multiple Browsers in SWT application with different sessions
Goto Forum:
  


Current Time: Tue Apr 23 14:41:21 GMT 2024

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

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

Back to the top