[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: List widget for non-String objects?

Thanks Adam, the ChangeSignatureInputPage code was a big help.

Adam Kiezun wrote:

> > 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