Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 19:59 Go to next message
Luis Reyes is currently offline Luis ReyesFriend
Messages: 14
Registered: July 2009
Junior Member
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 17:14 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
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 Apr 19 11:25:16 GMT 2024

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

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

Back to the top