/** start listening to selections */
 public void startSelectionListener() {
   app.setSelectionListenerMode(app.getPythonBridge());
 }