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 "Capella/Tutorials"

m (Tutorials)
 
m (Tutorials)
 
Line 1: Line 1:
 
= Tutorials =  
 
= Tutorials =  
  
* [[Capella/Technical Information|Getting Started]] — An introduction to Capella and on how installing Capella development environment to contribute to the software.
+
See tutorials at https://github.com/eclipse/capella/wiki/Tutorials
 
+
* Extensibility
+
** [[Capella/Tutorials/Extensibility/CreateAddon|CreateAddon]] First steps
+
** [[Capella/Tutorials/Extensibility/Metamodel|Metamodel]] Capella Metamodel
+
** [[Capella/Tutorials/Extensibility/Add_Menu|Add a Menu]] Add a menu on the right click menu, to edit elements
+
** [[Capella/Tutorials/Extensibility/Edit|Edit elements]] Main API and how to edit elements
+
** [[Capella/Tutorials/Extensibility/Validation Rules|Validation Rules]] — Lessons on using and extending the Capella Validation Rules Framework.
+
** [[Capella/Tutorials/Extensibility/Quick Fixes|Quick Fixes]] — Lessons on using and extending the Capella Quick Fixes Mechanism.
+
** [[Capella/Tutorials/Extensibility/XHTML DocGen|XHTML Documentation Generation]] — Advanced lessons to customize the XHTML documentation generation (add-on)
+
** [[Capella/Tutorials/Extensibility/Command Line|Command Line]] — Lessons on using and extending the Capella Command Line Mechanism.
+
** [[Capella/Tutorials/Extensibility/ExtendCreationCommand|Extend Creation Command]] — Extends default creation of elements by adding additional elements
+
** [[Capella/Tutorials/Delete|Delete]] Extends Delete command to add additional elements while deleting an element
+
 
+
 
+
 
+
** [[Kitalpha/viewpoint|Viewpoint extension]] — Lessons on using and extending capella through viewpoints
+
  
 
[[Category:Capella]]
 
[[Category:Capella]]

Latest revision as of 07:43, 24 January 2020

Tutorials

See tutorials at https://github.com/eclipse/capella/wiki/Tutorials

Back to the top