Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.3 KB

index.textile

File metadata and controls

37 lines (22 loc) · 1.3 KB

E4 Application

This doc explain how to create a simple E4 Application.
Related code is mantained in my git repo, in the e4.test project

Prerequisites

Create E4 project

Create a new E4 project and name it e4.test
CTRL+N > Eclipse E4 Application Project.
We don’t need an activator, so we give the name, press Next, and Finish.

Launch product

Open the e4.test.product, and click on launch an Eclipse application. You’ll see an empty shell with the application title.

edit application UI

Now edit the Application.e4xmi, by adding a Part, directly under the Windows and Dialogs > Controls > Part.
Then click on the Class URI link, to launch the wizard for the creation of the part.
To edit the part with the visual editor, right click the part, then select Open With > Window Builder.

Create a minimal UI with window builder, and launch again the application

Add User interface

Use window builder to add an editor

commit on github

Quick commit & push