I am using new tabbedproperties to display property of selection.
I have a section where i am want to show properties in same way as it is
provided before tabbedproperties in classic table format.
For that i am extending
"org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection" and
provided inputs to set the data in this section.
But the properties view are not custom sortable. They always gets sorted
by alphabetical order.
Is there any way to provide a custom sorter ?