Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » ProgressMonitor for DeferredTree?
ProgressMonitor for DeferredTree? [message #312328] Tue, 06 February 2007 19:11 Go to next message
Eclipse UserFriend
Originally posted by: lamont_gilbert.rigidsoftware.com

I am using a deferred tree content provider. It has a progress monitor in
it, but I never see a progress monitor displayed. Is there any way to get
this DeferredTreeContentProvider to display a progress monitor??



Thanks,


CL
Re: ProgressMonitor for DeferredTree? [message #312342 is a reply to message #312328] Wed, 07 February 2007 09:15 Go to previous messageGo to next message
Eclipse UserFriend
CL,

Are you referring to the DeferredTreeContentManager? If so, you need to
make sure that your model objects adapt to IDeferredWorkbenchAdapter and
that you delegate any getChildren calls in your content provider to the
manager. An example of it's use can be found in the
org.eclipse.team.cvs.ui plugin in the RemoteContentProvider class.

Michael

CL 'dnoyeB' Gilbert wrote:
> I am using a deferred tree content provider. It has a progress monitor in
> it, but I never see a progress monitor displayed. Is there any way to get
> this DeferredTreeContentProvider to display a progress monitor??
>
>
>
> Thanks,
>
>
> CL
Re: ProgressMonitor for DeferredTree? [message #312369 is a reply to message #312342] Wed, 07 February 2007 16:29 Go to previous message
Eclipse UserFriend
Originally posted by: lamont_gilbert.rigidsoftware.com

On Wed, 07 Feb 2007 09:15:15 -0500, Michael Valenta wrote:

> CL,
>
> Are you referring to the DeferredTreeContentManager? If so, you need to
> make sure that your model objects adapt to IDeferredWorkbenchAdapter and
> that you delegate any getChildren calls in your content provider to the
> manager. An example of it's use can be found in the
> org.eclipse.team.cvs.ui plugin in the RemoteContentProvider class.
>
> Michael
>
> CL 'dnoyeB' Gilbert wrote:
>> I am using a deferred tree content provider. It has a progress monitor
>> in it, but I never see a progress monitor displayed. Is there any way
>> to get this DeferredTreeContentProvider to display a progress monitor??
>>
>>
>>
>> Thanks,
>>
>>
>> CL

I am using the DeferredTree yes, and it works as it should. The only
thing I was looking for was a way to show a progress monitor while the
tree was loading. But I found that this only shows in the progress view
or progress status line thingy, and not the progress popup view that I get
sometimes when I use other methods. So all I really had to do was to show
the view and I am set.



Tanks.
Previous Topic:Feature manifest data element- file is not downloaded.
Next Topic:Why would compiler compliance be set differently for a launch?
Goto Forum:
  


Current Time: Mon Nov 03 05:02:21 EST 2025

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

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

Back to the top