SWT XY Graph charting

XYGraph Charting download Nebula Visualization components from nebula release update site. Create a new E4 Application After the application is created, open plugin dependencies then add the following two plugins org.eclipse.nebula.visualization.xygraph org.eclipse.draw2d As you see below  Now, add a part Read more…

contributing e4 tools

The Eclipse4 project is a cluster of related technologies for building extensible component-based applications [e4 whitepaper]. This article explains only how to contribute to the E4 Tools project, by using a concrete use case: “contribute to the model editor”. References Read more…

E4 EMF Model

Any E4 Application is based on the application model, which is generated starting from an EMF Model. This model is available in the project org.eclipse.e4.ui.model.workbench, hosted in the eclipse.platform.ui repository. Open model>UIElements.ecore to see the EMF Model The basic elements, Read more…

BIRT Charting

Since BIRT charting is complex, here are some tips to understand this better. Source code for BIRT examples The most effective way to develop applications using BIRT charting API is to get the source code for org.eclipse.birt.chart.examples on your workspace; run Read more…

Cloning eclipse.platform.ui

Search for eclipse.plaform.ui in eclipse git repositories. Click on project name to see the main page for the git project repository: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/ In this page are listed the commits. In the bottom left there are three alternative URLs for getting the Read more…