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/design"

(Development process)
Line 1: Line 1:
 
= Development  process =
 
= Development  process =
Based on UI structure, a UI Presentation can be divided in in two categories:
+
Based on UI structure, a UI Presentation can be divided in two categories:
 
* Page/Window content design
 
* Page/Window content design
 
* Page flow design
 
* Page flow design
Line 13: Line 13:
  
 
== Page flow design ==
 
== Page flow design ==
 
  
 
= System design =
 
= System design =

Revision as of 20:13, 29 October 2009

Development process

Based on UI structure, a UI Presentation can be divided in two categories:

  • Page/Window content design
  • Page flow design

Page/Window content design

This part deals with the content of a presentation unit. It can be a page, frame or a window

Static content

UI structure and appearance doesn't change in the whole life circle. It deals with a presentation structure. It is a simplest case. But in a real application, this case is very rare. But it is a foundation of dynamic UI design.

Control flow

This part deals with the UI evolution through time.

Page flow design

System design

Data model connection

Presentation model

Code generation

Back to the top