Package ee.ut.goblin

Examples of ee.ut.goblin.AnalysisJob.schedule()


            file = (IFile) test.getResource();
        } else
            file = (IFile) el;
            
        AnalysisJob job = new AnalysisJob(file);
        job.schedule();
    }


    /* (non-Javadoc)
     * @see org.eclipse.ui.IObjectActionDelegate#setActivePart(org.eclipse.jface.action.IAction, org.eclipse.ui.IWorkbenchPart)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.