Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Viwer with SWT.VIRTUAL no sorting or filtering
Viwer with SWT.VIRTUAL no sorting or filtering [message #466074] Fri, 30 December 2005 14:59 Go to next message
Eclipse UserFriend
I've playing around with the Virtual TableViewer, and TreeViewer, and i
noticed that refresh() doesn't work in either of them. Also, setting a
sorter, or a filter doesn't work in either the TableViewer or the
TreeViewer. Looking into the API, i notice that when you call addFilter
this function calls refresh(). Refresh calls the
ILazyTreeContent.getParent(), and i suspect that's where the problem lies.
Has anybody else encoutered this problem?
Re: Viwer with SWT.VIRTUAL no sorting or filtering [message #466140 is a reply to message #466074] Tue, 03 January 2006 12:14 Go to previous message
Eclipse UserFriend
You might want to ask this question in the eclipse.platform newsgroup
because that is where the code owners for JFace hang out:

news://news.eclipse.org/eclipse.platform


"Luis Reyes" <lxreyes@hotmail.com> wrote in message
news:e97f6cc407f76666b73fd836986b48af$1@www.eclipse.org...
> I've playing around with the Virtual TableViewer, and TreeViewer, and i
> noticed that refresh() doesn't work in either of them. Also, setting a
> sorter, or a filter doesn't work in either the TableViewer or the
> TreeViewer. Looking into the API, i notice that when you call addFilter
> this function calls refresh(). Refresh calls the
> ILazyTreeContent.getParent(), and i suspect that's where the problem lies.
> Has anybody else encoutered this problem?
>
Previous Topic:Subclassing a viewform to be able to set controls to bottom left/center/right
Next Topic:Problem executing SWT Snippet 212, v1.5
Goto Forum:
  


Current Time: Fri Jul 04 12:39:47 EDT 2025

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

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

Back to the top