| Can we compare two jface treeviewers model data using org.eclipse.compare [message #989762] |
Fri, 07 December 2012 11:03 |
sam mn Messages: 25 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 ?
|
|
|
Powered by
FUDForum. Page generated in 0.01433 seconds