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

< Eclipse4‎ | RCP‎ | Modeled UI
(New page: == Extending the Model == As the UI model is an EMF model, applications can introduce new types of model elements. === Defining New Model Elements === See [http://git.eclipse.org/c/plat...)
(No difference)

Revision as of 11:11, 20 October 2011

Extending the Model

As the UI model is an EMF model, applications can introduce new types of model elements.

Defining New Model Elements

See org.eclipse.e4.ui.model.workbench/plugin.xml for an example.

Back to the top