// Getting the schemas to be imported
final File[] selectedSchemasFiles = page.getSelectedSchemaFiles();
schemaChecker.disableModificationsListening();
StudioConnectionRunnableWithProgress runnable = new StudioConnectionRunnableWithProgressAdapter()
{
public void run( StudioProgressMonitor monitor )
{
monitor.beginTask(
Messages.getString( "ImportSchemasFromXmlWizard.ImportingSchemas" ), selectedSchemasFiles.length ); //$NON-NLS-1$