Metamodel
The Metamodel to define SWT Views with redView is a bunch of ecore files, where these ecore reference each other.
You’ll find the Metamodel in the Bundle
org.redview.model
This bundle is part of redView Core Feature.
As of today there are following Metamodels:
- elements.ecore
- styles.ecore
- layout.ecore
- binding.ecore
- datatypes.ecore
- validation.ecore
- converter.ecore
- dnd.ecore
- visibility.ecore
- events.ecore
You can write your own Extensions of redView’s Metamodel. As an example there are Extensions of validation and converter in bundle
org.redview.model.extensions.riena
which is also part of redView Core Feature.
- validators.ecore extending validation.ecore
- converters.ecore extending converter.ecore



1
2
3
4
9