Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PMF/model"

(DataBinding model)
(Data model)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
== Data model ==
 
== Data model ==
Data Model is simple and abstract model to handle all kinds of datamodel used in the applications. Each concret data model should implement thoses subclasses.
+
Data Model is a simple and abstract model to handle all kinds of data model used in the applications, specially for Data Binding. Each concret data model should implement thoses subclasses. Multiple models should be supported in the same applcaition. But the first targetis EMF model.
  
 
[[Image:PMFData.png]]
 
[[Image:PMFData.png]]
Line 11: Line 11:
 
== DataBinding model ==
 
== DataBinding model ==
 
This is a generic Data Binding model to manage the Data Presentation.
 
This is a generic Data Binding model to manage the Data Presentation.
 +
 
[[Image:PMFDataBinding.png]]
 
[[Image:PMFDataBinding.png]]

Latest revision as of 09:52, 13 December 2009

Application model

Application class is the entry point of a project. It contains all information used by the project such as Data Model, User-defined DataForms, Data Converter, Data Valider, Commands etc.

PMFApplication.png

Data model

Data Model is a simple and abstract model to handle all kinds of data model used in the applications, specially for Data Binding. Each concret data model should implement thoses subclasses. Multiple models should be supported in the same applcaition. But the first targetis EMF model.

PMFData.png

DataBinding model

This is a generic Data Binding model to manage the Data Presentation.

PMFDataBinding.png

Back to the top