[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: How to sort nodes in SWT Tree / Table ?

Thorsten Krebs schrieb:
Hi,

I'd like to sort my item in a Tree (and other item in a Table -
hopefully it's the same - or silimar - code ;-) ). But I can't find any
examples...

All I want is bascially sorting the items alphabetically - i.e. subitems
of an item in a tree and all items in a table.

I assume it's really easy... anny help appreciated!
Thorsten

I'd say look a TableViewer/TreeViewer or use them instead because they provide it out of the box.


Tom