124125126127128129130131132133134
} else if (w instanceof ForkNodeWidget) { table = new ForkPropertyTable(w); } else if (w instanceof JoinNodeWidget) { table = new JoinPropertyTable(w); } else if (w instanceof DecisionNodeWidget) { table = new DecisionPropertyTable(w); }