Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Can we compare two jface treeviewers model data using org.eclipse.compare
Can we compare two jface treeviewers model data using org.eclipse.compare [message #989762] Fri, 07 December 2012 16:03
sam mn is currently offline sam mnFriend
Messages: 26
Registered: August 2010
Junior Member
Can we compare two jface treeviewers -model data using org.eclipse.compare something like file comparison by utilizing DiffTreeViewer ??

i.e I have treeViewer_1 with model data
treeViewer_1.setInput(new TodoMockModel_1());

and treeViewer_2 with its model data
treeViewer_2.setInput(new TodoMockModel_2());

I would like to feed these two model datas to org.eclipse.compare, obtain the comparison and display it on to a DiffViewer ? Is this something possible ?
Previous Topic:Application framework
Next Topic:Create TreeViewer using Workspace Content
Goto Forum:
  


Current Time: Fri Apr 26 06:55:09 GMT 2024

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

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

Back to the top