Package | Description |
---|---|
org.scijava.thread |
Modifier and Type | Method and Description |
---|---|
ThreadService.ThreadContext |
ThreadService.getThreadContext(Thread thread)
Analyzes the
Context of the given thread. |
ThreadService.ThreadContext |
DefaultThreadService.getThreadContext(Thread thread) |
static ThreadService.ThreadContext |
ThreadService.ThreadContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadService.ThreadContext[] |
ThreadService.ThreadContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2022 SciJava. All rights reserved.