|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ThreadFactory | |
| de.hunsicker.swing.util | Contains miscellaneous utility classes. |
| de.hunsicker.util.concurrent | Provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming. |
| Uses of ThreadFactory in de.hunsicker.swing.util |
| Constructors in de.hunsicker.swing.util with parameters of type ThreadFactory | |
SwingWorker(ThreadFactory factory,
long msecs)
Creates new SwingWorker with specified thread factory and timeout. |
|
| Uses of ThreadFactory in de.hunsicker.util.concurrent |
| Classes in de.hunsicker.util.concurrent that implement ThreadFactory | |
protected static class |
ThreadFactoryUser.DefaultThreadFactory
|
| Fields in de.hunsicker.util.concurrent declared as ThreadFactory | |
protected ThreadFactory |
ThreadFactoryUser.threadFactory_
DOCUMENT ME! |
| Methods in de.hunsicker.util.concurrent that return ThreadFactory | |
ThreadFactory |
ThreadFactoryUser.setThreadFactory(ThreadFactory factory)
Set the factory for creating new threads. |
ThreadFactory |
ThreadFactoryUser.getThreadFactory()
Get the factory for creating new threads. |
| Methods in de.hunsicker.util.concurrent with parameters of type ThreadFactory | |
ThreadFactory |
ThreadFactoryUser.setThreadFactory(ThreadFactory factory)
Set the factory for creating new threads. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||