Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Is Virtual Table Really Virtual?
Is Virtual Table Really Virtual? [message #452297] Thu, 17 March 2005 07:37 Go to next message
Eclipse UserFriend
Originally posted by: haospace.126.com

I have a question regarding the new virtual table.

From what I can see, a virtual table creates TableItems as they are needed.
Does that mean that if I create a virtual table of one million items, then
scroll page by page to the end, a million TableItems will be created? At
this point, does it become as concrete as if I performed a million new
TableItem()?

Or, does it create only enough TableItems to fill the screen and update
those TableItems with the data that's in view?
Re: Is Virtual Table Really Virtual? [message #452309 is a reply to message #452297] Thu, 17 March 2005 12:34 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
It will create a million items if you page through and display each and
every item.

"CHao5" <haospace@126.com> wrote in message
news:d1bc4c$28t$1@www.eclipse.org...
>I have a question regarding the new virtual table.
>
> From what I can see, a virtual table creates TableItems as they are
> needed.
> Does that mean that if I create a virtual table of one million items, then
> scroll page by page to the end, a million TableItems will be created? At
> this point, does it become as concrete as if I performed a million new
> TableItem()?
>
> Or, does it create only enough TableItems to fill the screen and update
> those TableItems with the data that's in view?
>
>
Previous Topic:System icons in SWT
Next Topic:removing listeners
Goto Forum:
  


Current Time: Thu Apr 25 16:13:39 GMT 2024

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

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

Back to the top