this.actionToolBarManager.add( executeLdifAction );
setAction( ExecuteLdifAction.class.getName(), executeLdifAction );
this.actionToolBarManager.update( true );
// add context menu edit actions
EditLdifAttributeAction editLdifAttributeAction = new EditLdifAttributeAction( this );
setAction( EditLdifAttributeAction.class.getName(), editLdifAttributeAction );
this.openBestValueEditorAction = new OpenBestValueEditorAction( this );
IValueEditor[] valueEditors = valueEditorManager.getAllValueEditors();
this.openValueEditorActions = new OpenValueEditorAction[valueEditors.length];