Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
ThreadLister Class Reference
Inheritance diagram for ThreadLister:
PlugIn

Public Member Functions

void run (String arg)
 

Static Public Member Functions

static void listAllThreads (PrintWriter out)
 

Detailed Description

Displays thread information in a text window.

This code is from the book Java in a Nutshell by David Flanagan. Written by David Flanagan.

Definition at line 12 of file ThreadLister.java.

Member Function Documentation

void run ( String  arg)
inline

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.

Implements PlugIn.

Definition at line 14 of file ThreadLister.java.


The documentation for this class was generated from the following file: