}
else if (w instanceof SSHActionWidget) {
table = new SSHPropertyTable(w);
}
else if (w instanceof EmailActionWidget) {
table = new EmailPropertyTable(w);
}
else if (w instanceof SubWFActionWidget) {
table = new SubWFPropertyTable(w);
}
else if (w instanceof StartNodeWidget) {