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"

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

Revision as of 09:38, 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

PMFData.png

DataBinding model

PMFDataBinding.png

Back to the top