Uses of Interface
org.xnap.commons.io.Job

Packages that use Job
org.xnap.commons.io Provides classes for monitoring of long running operations. 
 

Uses of Job in org.xnap.commons.io
 

Methods in org.xnap.commons.io with parameters of type Job
static
<T> Callable<T>
JobExecutor.callable(Job<T> job, ProgressMonitor monitor)
           
static
<T> T
JobExecutor.run(JDialog owner, String title, Job<T> job)
           
static
<T> T
JobExecutor.run(JFrame owner, String title, Job<T> job)
           
static
<T> T
JobExecutor.run(String title, Job<T> job)
           
 



Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.