Skip to main content



      Home
Home » Eclipse Projects » JFace » Model View Controler
Model View Controler [message #717798] Mon, 22 August 2011 07:52 Go to next message
Eclipse UserFriend
Hi,

I'm a little bit confused about the implementation of the MVC pattern in JFace. I couldn't find a good tutorial how to implement the MVC pattern with JFace. My problem is that I want to separate the data from the actual presentation. But in all tutorials I found the setInput method is directly in the presentation class. But that would mean the data and the presentation are in the same class. From my understanding of MVC the aim is to separate the data from the view.
The question is how can I separate the data from the view?

Thanks in advance.
Re: Model View Controler [message #718398 is a reply to message #717798] Wed, 24 August 2011 04:21 Go to previous message
Eclipse UserFriend
You can try jface data binding. and see http://javafinder.appspot.com/
Previous Topic:JFace need wrapper
Next Topic:Set handler to parameterized comman
Goto Forum:
  


Current Time: Wed Jul 23 09:28:23 EDT 2025

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

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

Back to the top