java.lang.Object
ij.plugin.ThreadLister
- All Implemented Interfaces:
PlugIn
Displays thread information in a text window.
This code is from the book _Java in a Nutshell_ by David Flanagan.
Written by David Flanagan.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
This method is called when the plugin is loaded.
-
Constructor Details
-
ThreadLister
public ThreadLister()
-
-
Method Details