Beispiel #1
0
 @Override
 public void setRoot(iVisualElement root) {
   super.setRoot(root);
   root.setProperty(java, bound);
   PythonInterface.getPythonInterface().setVariable("_java", bound);
 }