}
else if (w instanceof StartNodeWidget) {
table = new StartPropertyTable(w);
}
else if (w instanceof EndNodeWidget) {
table = new EndPropertyTable(w);
}
else if (w instanceof KillNodeWidget) {
table = new KillPropertyTable(w);
}
else if (w instanceof ForkNodeWidget) {