Is it possible to access an element/widget by id, without annotation?
Not sure how SWTXML works, but it would be nice to be able to do something like
this:
public class TestView extends SwtXmlComposite {
public Button button_id;
public TestView(Composite parent, int style) {
super(parent, style);
button_id = this.getObjectByID("button_id")
}
-------------
Such a method will ease the usage of SWTXML from Jython.
Original issue reported on code.google.com by adiroi...@gmail.com on 21 Jul 2010 at 2:11
Original issue reported on code.google.com by
adiroi...@gmail.com
on 21 Jul 2010 at 2:11