[Qt-jambi-interest] jui generated java files

Thomas Coopman thomas.coopman at gmail.com
Fri Apr 25 00:00:59 CEST 2008


Hi,

I have a question about the jui generated java files.
In my system, I want to create QWidget from jui generated java files
dynamically.  I have a JuiWidgetConstructor class for that, but
because the generated jui java files don't implement an interface, so
for now I make this work through introspection (getMethod and
Method.invoke).

This works, but I don't like it very much because it is not very robust.
Is there any reason why you don't let those files implement an
interface? (It probably has some good reason that I don't see right
now)

Thanks

-- 
Thomas Coopman
Thomas.coopman at gmail.com


More information about the Qt-jambi-interest mailing list