SWT Table's scroll event

  • Follow


hej,I am developing a thick client in eclipse's SWT lib.I was playing with VIRTUAL style of Table widget but as I have manyitems (~200000) I don't want to store them as there is a possibilitythat after one - two days all items will be downloaded. so SetDataevent is not enough.the other thing is that states of those items are changing everysecond so view needs to be refreshed ( and that is another argumentfor not storing items on client side)the solution would be to know how many rows table can display incurrent application state and replace rows with new from server onscroll up or down event.I couldn't find any javadoc about swt table and events it accepts :(any idea how to do it?what about getting rid of scroll bar, is that possible?
0
Reply kamiseq 1/20/2008 4:51:04 PM


0 Replies
496 Views

(page loaded in 0.183 seconds)

Similiar Articles:













7/20/2012 3:15:56 PM


Reply: