Package uk.gov.nationalarchives.droid.gui.worker

Examples of uk.gov.nationalarchives.droid.gui.worker.DroidJob


    public void start() {
        ProfileManager profileManager = droidMainUi.getProfileManager();
        DefaultMutableTreeNode rootNode = (DefaultMutableTreeNode) treeModel.getRoot();
        inMemoryNodes.put(-1L, rootNode);

        job = new DroidJob();
        job.setProfileManager(profileManager);
        job.setProfileForm(this);
        job.start();
    }
View Full Code Here

TOP

Related Classes of uk.gov.nationalarchives.droid.gui.worker.DroidJob

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.