RCP treeviewer [message #462621] |
Wed, 31 January 2007 07:11 |
Eclipse User |
|
|
|
Originally posted by: chaitrali.butala.cognizant.com
Problem Context:
I am developing a RCP based real time application. Objective of the application is to capture real time events (~200/sec) from information bus and display them in a tree format.
Tree hierarchy is required because events received, has parent child relationship I.e. an event received can be a parent event by it self or can be child of any already present event.
Right now I am using Tree,TreeViewer and TreeColumn to achieve above requirement.
Problem Statement:
As mentioned above, newly added event need to appear in Tree view as soon it arrives. I wanted to update only a specific node for which child event has been added, instead of refreshing whole tree which will lead to flicker.Is it possible and how?
|
|
|
Powered by
FUDForum. Page generated in 0.03229 seconds