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

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