问题 I have a pretty weird question - how to sort glazed TreeList? I am using it in SWT NatTable, and when my data provider is set to GlazedListsDataProvider with TreeList inside it, sorting works in a very strange way. It works fine, if I am using GlazedListsDataProvider with SortedList. For instance, my tree looks like that: Root Node1 Child1 Child2 Node2 Child3 I need to sort only children INSIDE Node1 and Node2, separately one of another (so that only child1 and child2 will change their place)