Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TableViewer
TableViewer [message #448199] Wed, 05 January 2005 16:49 Go to next message
Len Berman is currently offline Len BermanFriend
Messages: 7
Registered: July 2009
Junior Member
Hi,
I'm looking at the table viewer(org.eclipse.jface.viewers.TableViewer).
The docs say it should not be subclassed, and that it can be
configured with optional filters; however, I don't see any way to set
the filters except by subclassing.

Is this an oversight or am I missing something obvious.

Thanks.
--Len
Re: TableViewer [message #448262 is a reply to message #448199] Thu, 06 January 2005 15:56 Go to previous message
Eclipse UserFriend
Originally posted by: micasim.gmx.de

On Wed, 05 Jan 2005 11:49:39 -0500, Len Berman <namreb@us.ibm.com> wrote:

> Hi,
> I'm looking at the table viewer(org.eclipse.jface.viewers.TableViewer).
> The docs say it should not be subclassed, and that it can be
> configured with optional filters; however, I don't see any way to set
> the filters except by subclassing.
>
> Is this an oversight or am I missing something obvious.
>
> Thanks.
> --Len

Hi Len,

why are
~ addFilter (ViewerFilter),
~ removeFilter (ViewerFilter),
~ ViewerFilter[] getFilters()
not sufficient for you?
I claim that You don't need to subclass TableViewer to set filters.

Regards,
Michael
Previous Topic:Toggle button acting like radio buttons
Next Topic:3M4 Crashing on OS X
Goto Forum:
  


Current Time: Fri Mar 29 08:06:02 GMT 2024

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

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

Back to the top