示例#1
0
 // Read data and place it in the dialog
 public void getData() {
   wStepname.selectAll();
   wXmlField.setText(Const.NVL(input.getOutputField(), ""));
   wEdiField.setText(Const.NVL(input.getInputField(), ""));
 }