static A setEditable(A a, bool b) { if (a != null) swing { a.setEditable(b); } ret a; }