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 "EATOP/tutorials"

(Created page with "==Getting Started== This tutorial will guide you through the development of a simple application based on Sphinx. The resulting application is quite simple (1 class, 2 project...")
 
(Getting Started)
Line 1: Line 1:
 
==Getting Started==
 
==Getting Started==
This tutorial will guide you through the development of a simple application based on Sphinx. The resulting application is quite simple (1 class, 2 projects, few extension point contributions). However, thanks to the power of Sphinx, it is really functional. To get started, we are going to configure Sphinx to obtain an enhanced couple of navigator and form editor, that allow to navigate efficiently into models and open individually any model element. For the purpose of this tutorial we will use the '''Extended Library Model Example''' provided by EMF as a running example. The following figure illustrates the expected results.
+
This tutorial will guide you through the development of a simple application based on EATOP. The resulting application is quite simple (1 class, 2 projects, few extension point contributions). However, thanks to the power of EATOP, it is really functional. To get started, we are going to configure EATOP to obtain an enhanced couple of navigator and form editor, that allow to navigate efficiently into models and open individually any model element.
 
+
[[Image:Demo-sphinx-navigator.jpg|A demonstration of the resulting navigator]]<br> '''&nbsp;&nbsp;&nbsp; Figure 1: A demonstration of the resulting navigator.'''<br>
+

Revision as of 07:37, 9 April 2014

Getting Started

This tutorial will guide you through the development of a simple application based on EATOP. The resulting application is quite simple (1 class, 2 projects, few extension point contributions). However, thanks to the power of EATOP, it is really functional. To get started, we are going to configure EATOP to obtain an enhanced couple of navigator and form editor, that allow to navigate efficiently into models and open individually any model element.

Back to the top