if ( finishPage.getExecutionMethod() == BatchOperationFinishWizardPage.EXECUTION_METHOD_LDIF_EDITOR )
{
// Opening an LDIF Editor with the LDIF content
try
{
IEditorInput input = new NonExistingLdifEditorInput();
IEditorPart editor = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage()
.openEditor( input, LdifEditor.getId() );
IDocumentProvider documentProvider = ( ( LdifEditor ) editor ).getDocumentProvider();
if ( documentProvider != null )
{