Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Table Off-End


The problem with that argument is that several of the platforms have native lazy table/tree/list filling support. If we're going to be able to make use of this, then the SWT team ought to be the team that provides it.

McQ.



David Whiteman <dlwhiteman@xxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

19/06/03 07:56
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [platform-swt-dev] Table Off-End



Thursday, June 19, 2003, 1:46:01 AM, Lane Sharman wrote:

> If the swt team needs to look at the code for implementing a
> SparseTableWidget, they certainly know where to find it by now :).

Since this is an application issue, it seems to me like it would fit
in better in JFace than in SWT.  SWT is raw widget API, whereas JFace
provides application model code (such as widget data models), and this
special widget behavior seems consistent with the JFace mission.  If you
are building desktop applications with SWT, there's really not a great
reason to not be using JFace anyway IMO (besides the short term issue of
JFace not being well separated from Eclipse, IIRC).

David

--
Regards,
David                            
mailto:dlwhiteman@xxxxxxxxxxxxxxx

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top