Community
Participate
Working Groups
Build Identifier: 2011-08-31 if you compare with RUIWidget and RUIHandler defined in EDT and RBD, you will find that the EDT one is missing a lot of things, for example, implicitFunctions which need in VE. I try to add them back but it makes compile fails, I guess there are some language changes. Reproducible: Always
The design for how these functions are defined has changed. The functions are now defined in the system part definitions in org.eclipse.edt.compiler/eglsource/eglx/ui/rui/ExternalTypes.egl The functions are defined in the External Type Widget and View. All handlers that are defined as RUIWidget will have a supertype of Widget, all RUIHandlers will have a supertype of view. You can find these functions from the IR for the handler, by sending getSuperTypes() to the IR. The supertype external type should have all the functions/fields you are looking for.
verified in 201109292101