| [news.eclipse.platform.swt] Re: List widget for non-String objects? |
> I also looked at the ListViewer class, but in this case I can't see a > nice way to implement the move up, move down buttons, etc. you could have a look at how we did it in jdt (look at ChangeSignatureInputPage and the components it uses - it has the move up/down behavior implemented, with TableViewer it's actually trivial) a. -- eclipse.org