this.entryEditorActionMap.put( pasteAction, new EntryEditorActionProxy( viewer, new PasteAction() ) );
this.entryEditorActionMap.put( copyAction, new EntryEditorActionProxy( viewer, new CopyAction(
( BrowserActionProxy ) this.entryEditorActionMap.get( pasteAction ) ) ) );
this.entryEditorActionMap.put( deleteAction, new EntryEditorActionProxy( viewer, new DeleteAction() ) );
this.entryEditorActionMap.put( selectAllAction, new EntryEditorActionProxy( viewer,
new SelectAllAction( viewer ) ) );
this.entryEditorActionMap.put( propertyDialogAction,
new EntryEditorActionProxy( viewer, new PropertiesAction() ) );
}