Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Model View Controler
Model View Controler [message #717798] Mon, 22 August 2011 11:52 Go to next message
area51bei is currently offline area51beiFriend
Messages: 1
Registered: August 2011
Junior Member
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 08:21 Go to previous message
jim liu is currently offline jim liuFriend
Messages: 37
Registered: February 2011
Location: shanghai
Member
You can try jface data binding. and see http://javafinder.appspot.com/

java eclipse Search
http://javafind.appspot.com/
Previous Topic:JFace need wrapper
Next Topic:Set handler to parameterized comman
Goto Forum:
  


Current Time: Fri Mar 29 01:58:14 GMT 2024

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

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

Back to the top