for ( Iterator it = entryEditorActionMap.keySet().iterator(); it.hasNext(); )
{
String key = ( String ) it.next();
EntryEditorActionProxy action = ( EntryEditorActionProxy ) entryEditorActionMap.get( key );
action.dispose();
action = null;
it.remove();
}
entryEditorActionMap.clear();
entryEditorActionMap = null;