this.returnRelation = null;
this.vpName2classMap = new TreeMap<String, String>();
for ( Iterator<ValueEditorExtension> it = this.class2ValueEditorProxyMap.values().iterator(); it.hasNext(); )
{
ValueEditorExtension vp = it.next();
vpName2classMap.put( vp.name, vp.className );
}
}