Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » ProgressBar with TavbleViewer
ProgressBar with TavbleViewer [message #319088] Sat, 11 August 2007 07:56 Go to next message
Eclipse UserFriend
Originally posted by: akram.b.s.gmail.com

this is my first plugin ... i use TableViewer to display data, I would
like to display a progress bar while data is being filled. i don't know
how to do it
Re: ProgressBar with TavbleViewer [message #319089 is a reply to message #319088] Sat, 11 August 2007 09:41 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You need to load your data into the Viewer from a background thread and
showing a Progressbar in the meanwhile.

Take a look at the following snippets:
-http://wiki.eclipse.org/JFaceSnippets#Snippet045TableViewer FillFromBackgroundThread
-http://wiki.eclipse.org/JFaceSnippets#Snippet047WizardWithL ongRunningOperation

Tom

Ben Salem schrieb:
> this is my first plugin ... i use TableViewer to display data, I would
> like to display a progress bar while data is being filled. i don't know
> how to do it
>
>


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: ProgressBar with TavbleViewer [message #319124 is a reply to message #319089] Mon, 13 August 2007 13:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: akram.b.s.gmail.com

Thank you Tom,
the links are very interesting, but I’m using the TableViewer with the
content provider and the label provider, I don’t know in which level,
inside the content provider,the content provider, …. do I increase the
progress bar.
Re: ProgressBar with TavbleViewer [message #319128 is a reply to message #319124] Mon, 13 August 2007 14:11 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Please rephrase I don't get what you are trying to tell me.

Tom

Ben Salem schrieb:
> Thank you Tom,
> the links are very interesting, but I�m using the TableViewer with the
> content provider and the label provider, I don�t know in which level,
> inside the content provider,the content provider, �. do I increase the
> progress bar.
>


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Previous Topic:Extending the CVS plugin
Next Topic:Getting Active Page problem
Goto Forum:
  


Current Time: Sun Jul 07 08:23:36 GMT 2024

Powered by FUDForum. Page generated in 0.02805 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top