openValueEditorActionProxies[i] = new EntryEditorActionProxy( viewer, this, new OpenEditorAction( viewer,
configuration.getValueEditorManager( viewer ), valueEditors[i] ) );
}
openValueEditorPreferencesAction = new ValueEditorPreferencesAction();
entryEditorActionMap.put( newValueAction, new EntryEditorActionProxy( viewer, this, new NewValueAction() ) );
entryEditorActionMap.put( pasteAction, new EntryEditorActionProxy( viewer, this, new PasteAction() ) );
entryEditorActionMap.put( copyAction, new EntryEditorActionProxy( viewer, this, new CopyAction(
( BrowserActionProxy ) entryEditorActionMap.get( pasteAction ) ) ) );
entryEditorActionMap.put( deleteAction, new EntryEditorActionProxy( viewer, this, new DeleteAction() ) );