| [news.eclipse.platform.swt] Re: TableViewer and ProgressBar |
Thank you Steve for replying.
Steve Northover wrote:
Not sure what to do with a TableViewer as that is JFace, not SWT. This snippet shows you how to do it in SWT:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet126.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
"eyecanseeyou" <eyecanseeyou@xxxxxxx> wrote in message news:csonm5$q6q$1@xxxxxxxxxxxxxxxxxxIs it possible using the ProgressBar widget?
eyecanseeyou wrote:
> Hello,
> I've already posted this question, I try again ;-) > I use TableViewer to display data in a Table widget. In a column I would > like to display a progress bar and I do not know how to do...
> Is there a sample? Or what classes I need to use? > Thx.