|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Job | |
---|---|
net.aavalla.utils.gui.twovenn | |
net.aavalla.utils.jobpool |
Uses of Job in net.aavalla.utils.gui.twovenn |
---|
Subclasses of Job in net.aavalla.utils.gui.twovenn | |
---|---|
class |
VennDiagram.ExportVennImageJob
|
class |
VennDiagram.UpdateJob
|
Uses of Job in net.aavalla.utils.jobpool |
---|
Subclasses of Job in net.aavalla.utils.jobpool | |
---|---|
class |
ParameterizedJob<R,P extends ParameterCollection>
|
class |
SimpleJob
|
class |
Tester.TestJob1
|
class |
Tester.TestJob2
|
Methods in net.aavalla.utils.jobpool that return Job | |
---|---|
Job |
JobResultEvent.getSource()
|
Methods in net.aavalla.utils.jobpool with parameters of type Job | ||
---|---|---|
void |
JobPool.addJob(Job j)
|
|
protected void |
Job.addSubjob(Job sub)
|
|
int |
Job.compareTo(Job o)
Compares Jobs by priorities. |
|
boolean |
Job.isAncestorOf(Job j)
Returns true if this job is an ancestor of the job given as parameter ie. |
|
boolean |
Job.sharesAncestorWith(Job j)
Returns true, if this job and the job given as parameter share an ancestor ie. |
|
protected
|
Job.waitSubJob(Job<S,?> sub)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |