Package ij.plugin

Class ThreadLister

java.lang.Object
ij.plugin.ThreadLister
All Implemented Interfaces:
PlugIn

public class ThreadLister extends Object implements 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 Details

    • ThreadLister

      public ThreadLister()
  • Method Details

    • run

      public void run(String arg)
      Description copied from interface: PlugIn
      This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
      Specified by:
      run in interface PlugIn
    • listAllThreads

      public static void listAllThreads(PrintWriter out)