public void setModelValue(Object model, Object value) throws Exception {
((ListModel) model).setList((RecallingList) value);
}
};
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);