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 "Eclipse4/RCP/Modeled UI"

< Eclipse4‎ | RCP
(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...)
 
Line 1: Line 1:
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).
+
The layout of an Eclipse 4 application is now completely backed by a '''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).

Revision as of 08:40, 11 April 2011

The layout of an Eclipse 4 application is now completely backed by a 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