String newValue = (String) table.getValueAt(e.getFirstRow(),
e.getColumn());
if (oldKey.endsWith("/envReplace")) {
newValue = newValue.toLowerCase();
if (newValue.equals("false"))
staticMet.removeMetadata(oldKey);
else
staticMet.replaceMetadata(oldKey,
Arrays.asList(newValue.split(",")));
} else {
staticMet.replaceMetadata(oldKey,