Bug 544303 - Add type arguments to e4 Tools databinding

Type parameters have been added to Eclipse databinding classes,
but the code in e4 tools has not been updated to take advantage
of this. This commit contains such updates.

Changes:
* Move most property creation code to E4Properties.
* Add master type parameter to AbstractComponentEditor.
* Add parent type parameter to VirtualEntry.
* Add default implementation of VirtualEntry#accept.


Change-Id: I360770aa00be5dc4eb8877e3f5eb44a3a3cdb02d
Signed-off-by: Jens Lidestrom <jens.lidestrom@rt-labs.com>
115 files changed
tree: 8935b40ca180569ed4f8bbeea9a1b6713fd4ec28
  1. bundles/
  2. features/
  3. tests/
  4. .gitignore
  5. CONTRIBUTING
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.MD
README.MD

eclipse.platform.ui.tools

Repository for the platform tools to develop Eclipse 4 RCP applications.

How to build

Use the following command to build the components in this repository.

mvn clean verify -Pbuild-individual-bundles