Package org.sleuthkit.autopsy.timeline

Examples of org.sleuthkit.autopsy.timeline.ProgressWindow


        //TODO: can we avoid this with a state listener?  does it amount to the same thing?
        //post population operation to execute
        private final Runnable r;

        public DBPopulationWorker(Runnable r) {
            progressDialog = new ProgressWindow(null, true, this);
            progressDialog.setVisible(true);
            this.r = r;
        }
View Full Code Here

TOP

Related Classes of org.sleuthkit.autopsy.timeline.ProgressWindow

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.