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"

(Create a EATOP file)
(Create a EATOP file)
Line 17: Line 17:
 
===Create a EATOP file===
 
===Create a EATOP file===
 
# Right click on a created EATOP project, open menu ''New > EATOP File'' and click.
 
# Right click on a created EATOP project, open menu ''New > EATOP File'' and click.
# A dialog box invites you to name the project. You can set the EATOP release used for the project by selecting “Alternate Release” and by choosing a release in the list or decide to use the “Workspace default release”. Click on ''Next''.
+
# A wizard invites you to name the file. You can name the file or choose to keep the default name "default.eaxml". A “EAPackage” root can be automatically added into the file by selecting “With an EApackage” in the “EAPpackage Creation” section.  
# A wizard is opened. You can name the file or choose to keep the default name "default.eaxml". A “EAPackage” root can be automatically added into the file by selecting “With an EApackage” in the “EAPpackage Creation” section.  
+
 
# Click on ''Finish''.
 
# Click on ''Finish''.
  

Revision as of 09:42, 9 April 2014

EATOP 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.


Open EATOP perspective

In the main menu, select “Window > Open Perspective > Other”, and then select “EATOP”.


Create a EATOP project

  1. Open menu File > New > EATOP Project and click Next >
  2. A dialog box invites you to name the project. You can set the EATOP release used for the project by selecting “Alternate Release” and by choosing a release in the list or decide to use the “Workspace default release”. Click on Next.
  3. Click on Finish.

EATOP-createProject.png


Create a EATOP file

  1. Right click on a created EATOP project, open menu New > EATOP File and click.
  2. A wizard invites you to name the file. You can name the file or choose to keep the default name "default.eaxml". A “EAPackage” root can be automatically added into the file by selecting “With an EApackage” in the “EAPpackage Creation” section.
  3. Click on Finish.

EATOP-createFile.png

Create a EATOP object

  1. Open menu File > New > EATOP Project and click Next >
  2. A dialog box invites you to name the project. You can set the EATOP release used for the project by selecting “Alternate Release” and by choosing a release in the list or decide to use the “Workspace default release”. Click on Next.
  3. Click on Finish.

EATOP-createProject.png

Explorer EATOP project

  1. Open menu File > New > EATOP Project and click Next >
  2. A dialog box invites you to name the project. You can set the EATOP release used for the project by selecting “Alternate Release” and by choosing a release in the list or decide to use the “Workspace default release”. Click on Next.
  3. Click on Finish.

EATOP-createProject.png

Edit EATOP object properties

  1. Open menu File > New > EATOP Project and click Next >
  2. A dialog box invites you to name the project. You can set the EATOP release used for the project by selecting “Alternate Release” and by choosing a release in the list or decide to use the “Workspace default release”. Click on Next.
  3. Click on Finish.

EATOP-createProject.png


EATOP MMGen Tool Getting Started

Back to the top