|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadRunner | |
---|---|
mk.fsgrep.gui | The graphical user interface for the application. |
mk.fsgrep.util.thread | Thread related utilities. |
Uses of ThreadRunner in mk.fsgrep.gui |
---|
Methods in mk.fsgrep.gui that return ThreadRunner | |
---|---|
protected ThreadRunner |
ResultDisplay.getRunner()
|
protected ThreadRunner |
App.getRunner()
|
Methods in mk.fsgrep.gui with parameters of type ThreadRunner | |
---|---|
void |
ResultDisplay.runFinished(ThreadRunner runner)
|
void |
App.runFinished(ThreadRunner runner)
|
protected void |
ResultDisplay.setRunner(ThreadRunner val)
|
Uses of ThreadRunner in mk.fsgrep.util.thread |
---|
Methods in mk.fsgrep.util.thread that return ThreadRunner | |
---|---|
protected ThreadRunner |
ThreadPool.getNextAvailable()
|
protected ThreadRunner |
ThreadPool.removeFirst()
|
Methods in mk.fsgrep.util.thread that return types with arguments of type ThreadRunner | |
---|---|
protected java.util.LinkedList<ThreadRunner> |
ThreadPool.getAvailable()
|
Methods in mk.fsgrep.util.thread with parameters of type ThreadRunner | |
---|---|
void |
RunCallback.runFinished(ThreadRunner runner)
|
void |
ThreadPool.runFinished(ThreadRunner runner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |