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

Can you step up to JFace instead of just SWT? JFace ListViewer with its content provider will do just what you want. Work with objects instead of strings.

Rich Kulp