Пример #1
0
 @Override
 protected Boolean doInBackground() throws Exception {
   treeTable.setCursor(new Cursor(Cursor.WAIT_CURSOR));
   boolean result = addNewRDFTerm();
   node.expandNode();
   return result;
 }