Skip to main content



      Home
Home » Eclipse Projects » JFace » Find Tree Node(Implementation of Find Tree Node)
Find Tree Node [message #1704291] Mon, 10 August 2015 03:53
Eclipse UserFriend
Hi Everyone,

I am implementing a feature in my RCP that has the same function with the eclipse "Link with Editor" action. My implemented ITreeContentProvider has a DeferredTreeContentManager which helps me loading large number of nodes in my tree.

I am having problem expanding the tree as I get the "Pending..." placeholder node whenever i try to access the child elements of the node. TreeViewer#expandAll() and TreeViewer#expandToLevel() only expand up to first level or to the nodes that are already loaded/expanded before.

I want to expand the tree to find and highlight the node in need. Any thoughts on the proper implementation?

Thanks,
Ken

[Updated on: Mon, 10 August 2015 04:17] by Moderator

Previous Topic:How to Build a "searchable" Combo?
Next Topic:[Databinding] How to refresh a ComboViewer's filter properly?
Goto Forum:
  


Current Time: Sun Jul 13 13:27:12 EDT 2025

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

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

Back to the top