Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Model to Treeviewer databinding problem
Model to Treeviewer databinding problem [message #865768] Mon, 30 April 2012 15:06 Go to next message
Ted Mosby is currently offline Ted MosbyFriend
Messages: 9
Registered: April 2012
Junior Member
Hey

I'm new to Eclipse RCP and i have problem to bind my datamodel to a treeviewer. i want the treeviewer to update itself when a property of my datamodel changes its value.

i used "ViewerSupport.bind" to bind the datamodel an the viewer, but i only get a "org.eclipse.core.runtime.AssertionFailedException: assertion failed:" exception.

What's wrong?

Here is the binding code snippet:
ViewerSupport.bind(_tree, _input, BeanProperties.value("name"));
Re: Model to Treeviewer databinding problem [message #1622339 is a reply to message #865768] Wed, 18 February 2015 12:25 Go to previous message
Piero Campalani is currently offline Piero CampalaniFriend
Messages: 114
Registered: January 2015
Senior Member

@Ted : did you solve your problem?
Previous Topic:ComboViewer with a value not on the list
Next Topic:TreeViewer - set a default selection
Goto Forum:
  


Current Time: Wed Apr 24 18:23:19 GMT 2024

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

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

Back to the top