dialog.setInput( ResourcesPlugin.getWorkspace().getRoot() );
dialog.setMessage( Messages.getString( "EditorImportConfigurationAction.SelectConfigurationFileToImport" ) ); //$NON-NLS-1$
dialog.setTitle( DIALOG_TITLE );
dialog.setAllowMultiple( false );
dialog.setStatusLineAboveButtons( false );
dialog.setValidator( new ISelectionStatusValidator()
{
/** The validated status */
private Status validated = new Status( IStatus.OK, ApacheDS2ConfigurationPluginConstants.PLUGIN_ID,
IStatus.OK, "", null ); //$NON-NLS-1$