Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Application model)
(Data model)
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. 
 +
 
[[Image:PMFData.png]]
 
[[Image:PMFData.png]]
  
 
== DataBinding model ==
 
== DataBinding model ==
 
[[Image:PMFDataBinding.png]]
 
[[Image:PMFDataBinding.png]]

Revision as of 09:40, 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 simple and abstract model to handle all kinds of datamodel used in the applications. Each concret data model should implement thoses subclasses.

PMFData.png

DataBinding model

PMFDataBinding.png

Back to the top