| [news.eclipse.platform] Re: Can the FilteredList have columns? |
Wb
On 2/16/2009 4:00 PM, Wendell Beckwith wrote:The FilteredList class seems to be what I need from a UI since, however, I need several columns to be a part of the list with the associated sorting by column. Is this class extensible in this way or via subclassing or am I looking at creating a new Composite with the same behavior?
Any reason you can not use a TableViewer instead? It extends StructuredViewer which supports filtering and column-based sorting. See this snippet for example: http://wiki.eclipse.org/index.php/JFaceSnippets#Snippet040TableViewerSorting
Hope this helps, Eric