Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Find Tree Node(Implementation of Find Tree Node)
Find Tree Node [message #1704291] Mon, 10 August 2015 07:53
Ken Mersado is currently offline Ken MersadoFriend
Messages: 19
Registered: October 2014
Junior Member
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 08:17]

Report message to a moderator

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


Current Time: Thu Apr 25 14:56:01 GMT 2024

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

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

Back to the top