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

Eclipse4/RCP/Modeled UI

< Eclipse4‎ | RCP
Revision as of 20:22, 7 April 2011 by Remysuen.ca.ibm.com (Talk | contribs) (New page: The layout of an Eclipse 4 application is now completely backed by '''model'''. This is similar to the DOM of a web page that describes the layout and structure of the user interface altho...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The layout of an Eclipse 4 application is now completely backed by model. This is similar to the DOM of a web page that describes the layout and structure of the user interface although it does include other elements that may not be visual to the user (such as commands and handlers).

Back to the top