[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: TableViewer and ProgressBar
|
You should ask this question on the eclipse.platform newsgroup. JFace is
owned by the Eclipse UI team, not by SWT.
news://news.eclipse.org/eclipse.platform
"eyecanseeyou" <eyecanseeyou@xxxxxxx> wrote in message
news:csqg5r$vjk$1@xxxxxxxxxxxxxxxxxx
> Thank you Steve for replying.
>
> Yes TableViewer is JFace, and my data are added using TableViewer. In your
> snippet, all the TableItem from the Table are retrieved to set the editor.
>
> How can I do when I add data in the TableViewer to set the editor? I need
> to retrieve all the TableItem each time TableViewer data changes?
>
> Thx.
>
>
> 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@xxxxxxxxxxxxxxxxxx
>>> Is 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.
>>>
>>>
>
>