}
else if (w instanceof StreamingActionWidget) {
table = new StreamingPropertyTable(w);
}
else if (w instanceof ShellActionWidget) {
table = new ShellPropertyTable(w);
}
else if (w instanceof SSHActionWidget) {
table = new SSHPropertyTable(w);
}
else if (w instanceof EmailActionWidget) {