Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » 3.1M5 tree sorting
3.1M5 tree sorting [message #452242] Tue, 15 March 2005 15:38 Go to next message
Eclipse UserFriend
Originally posted by: podoboq.gmail.com

How to sort a branched tree (the new 3.1M5 tree) by column?
Re: 3.1M5 tree sorting [message #452338 is a reply to message #452242] Thu, 17 March 2005 14:43 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
I don't know exactly what behaviour you would be looking for here since,
unlike with a Table, each TreeItem's insertion position in the Tree is
likely somewhat constrained by the hierarchy that it's in. However, in
general all sorting of items in Trees and Tables has to be done by the
client anyways, so choose any sorting approach you want here and implement
it by creating and disposing TreeItems to modify their orders as needed.

Grant

"newbee " <podoboq@gmail.com> wrote in message
news:d16vhc$l9a$1@www.eclipse.org...
> How to sort a branched tree (the new 3.1M5 tree) by column?
>
>
Previous Topic:dynamic colums in TableViewer/Table
Next Topic:Larger image problems
Goto Forum:
  


Current Time: Fri Apr 26 15:12:55 GMT 2024

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

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

Back to the top