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

Eclipse4/RCP/Modeled UI

< Eclipse4‎ | RCP
Revision as of 08:40, 11 April 2011 by Unnamed Poltroon (Talk)

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