EditLdifRecordAction editRecordAction = new EditLdifRecordAction( this );
setAction( EditLdifRecordAction.class.getName(), editRecordAction );
// add context menu format actions
FormatLdifDocumentAction formatDocumentAction = new FormatLdifDocumentAction( this );
setAction( FormatLdifDocumentAction.class.getName(), formatDocumentAction );
FormatLdifRecordAction formatRecordAction = new FormatLdifRecordAction( this );
setAction( FormatLdifRecordAction.class.getName(), formatRecordAction );
// update cut, copy, paste