127128129130131132133134135136
} else if (w instanceof JoinNodeWidget) { table = new JoinPropertyTable(w); } else if (w instanceof DecisionNodeWidget) { table = new DecisionPropertyTable(w); } return table; }