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/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...)
 
(Defining New Model Elements)
 
Line 5: Line 5:
 
=== Defining New Model Elements ===
 
=== Defining New Model Elements ===
  
See [http://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/bundles/org.eclipse.e4.ui.model.workbench/plugin.xml?h=R4_development org.eclipse.e4.ui.model.workbench/plugin.xml] for an example.
+
See [http://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/bundles/org.eclipse.e4.ui.model.workbench/plugin.xml?h=master org.eclipse.e4.ui.model.workbench/plugin.xml] for an example.

Latest revision as of 07:19, 16 June 2014

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