}
};
HighlightingContainerEditor hlContainerEditor = new HighlightingContainerEditor();
hlContainerEditor.enableDelete("delete", "confirm_delete_pipe");
hlContainerEditor.enableClone(Pipe.class,"clone");
hlContainerEditor.enableAdd(Pipe.class, "add");
hlContainerEditor.setActivePipes(pipeSet);
pipeListFieldInfo = new ContainerFieldInfo("list", "pipes", modifier, hlContainerEditor);
{
// Editor for Pipe name