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/Extending the Model

< Eclipse4‎ | RCP‎ | Modeled UI
Revision as of 11:11, 20 October 2011 by Briandealwis.gmail.com (Talk | contribs) (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...)

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

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