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