示例#1
0
 protected void toWSLNode(WSLNode node) {
   // call other toWSLNode methods to get all of the information needed for scripting
   super.toWSLNode(node);
   controls.toWSLNode(node);
   sourcePanel.toWSLNode(node);
 }