
Integrating a General Purpose Language with a DSL: JavaForms
JavaForms is an experimental extension of the Forms DSL that allows to use Java expressions to specify conditions when to show items and when not. The original Forms DSL did allow only basic conditions for item (i.e., to show an item only if a certain choice was made before). Conditions such as checking the value entered in a numeric field were not possible.
JavaForms comes with a builder that generates code (i.e., a JFace Wizard) for the specified form.
See also: http://jamopp.org
Contents |
org.emftext.language.javaforms
org.emftext.language.javaforms.codegen
org.emftext.language.javaforms.resource.javaforms
org.emftext.language.javaforms.resource.javaforms.ui
org.emftext.language.javaforms.example