allInOneTable = new ElementMetaDataTable();
allInOneTable.setFormulaFragment(true);
allInOneTable.setDefaultEditor(GroupedName.class, new GroupedNameCellEditor());
allInOneTable.setDefaultRenderer(String.class, new FormulaFragmentCellRenderer());
allInOneTable.setModel(new GroupedMetaTableModel(parameterTableModel));
allInOneRemoveAction = new RemoveParameterAction(allInOneTable);
systemParameterTable = new ElementMetaDataTable();
systemParameterTable.setFormulaFragment(true);