266267268269270271272273274275276
try { if (action==null){ action=node.getDefaultAction(); } if (action!=null) { node.triggerAction(tree, action); } } catch (Exception e) { e.printStackTrace(); getEngine().getGUI().getErrorWindow().error(e); }
265266267268269270271272273274275
274275276277278279280281282283284
249250251252253254255256257258259
try { if (action==null){ action=node.getDefaultAction(); } if (action!=null) { node.triggerAction(tree, action); } } catch (Exception e) { e.printStackTrace(); getEngine().getErrorWindow().error(e); }