tableParams.removeAll();
txtParamNote.setText("");
txtName.setText("");
txtValue.setText("");
detailListener = new DetailsListener(jobChainname, state, _orderId, type, dom, isLifeElement, path);
if(detailListener != null && detailListener.hasError()) {
if(type == Editor.DETAILS)
dispose();
getShell().dispose();
return false;