Package com.mucommander.job

Examples of com.mucommander.job.BatchRenameJob


        removeUnchangedFiles(false);
        // start rename job
        if (files.size() > 0) {
            ProgressDialog progressDialog = new ProgressDialog(mainFrame,
                    Translator.get("progress_dialog.processing_files"));
            BatchRenameJob job = new BatchRenameJob(progressDialog, mainFrame,
                    files, newNames);
            progressDialog.start(job);
        }
    }
View Full Code Here

TOP

Related Classes of com.mucommander.job.BatchRenameJob

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.