Modifier and Type | Method and Description |
---|---|
abstract DebuggingView.DVThread |
DebuggingView.DVSupport.getCurrentThread()
Get a current thread, if any.
|
DebuggingView.DVThread[] |
DebuggingView.DVThreadGroup.getThreads()
Get this thread group's threads.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
DebuggingView.DVSupport.getDisplayName(DebuggingView.DVThread thread)
Get the display name of the thread.
|
abstract Image |
DebuggingView.DVSupport.getIcon(DebuggingView.DVThread thread)
Get the thread icon.
|