}
else if (w instanceof FSActionWidget) {
table = new FSPropertyTable(w);
}
else if (w instanceof PipesActionWidget) {
table = new PipesPropertyTable(w);
}
else if (w instanceof StreamingActionWidget) {
table = new StreamingPropertyTable(w);
}
else if (w instanceof ShellActionWidget) {