The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.view.TestThreader
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.view.TestThreader

java.lang.Object
   |
   +----grendel.view.TestThreader

class  TestThreader
     extends java.lang.Object
{
          // Fields 7
     private static final int SORT_AUTHOR;
     private static final int SORT_DATE;
     private static final int SORT_NUMBER;
     private static final int SORT_SUBJECT;
     private static int count;
     private static TestMessageThread first;
     private static TestMessageThread last;

          // Constructors 1
     public TestThreader();

          // Methods 4
     public static void main(String[]);
     private static void make_thread(String, String, String);
     private static void make_thread2(String, String, String, String);
     private static void printThread(TestMessageThread, int);
}



Fields


first

   private static TestMessageThread first


last

   private static TestMessageThread last


count

   private static int count


SORT_NUMBER

   private static final int SORT_NUMBER


SORT_DATE

   private static final int SORT_DATE


SORT_SUBJECT

   private static final int SORT_SUBJECT


SORT_AUTHOR

   private static final int SORT_AUTHOR



Constructors


TestThreader

   public TestThreader() 

Default constructor




Methods


make_thread

   private static void make_thread(String subject, 
                                   String id, 
                                   String refs) 


make_thread2

   private static void make_thread2(String subject, 
                                    String id, 
                                    String date, 
                                    String refs) 


main

   public static void main(String[] args) 


printThread

   private static void printThread(TestMessageThread thread, 
                                   int depth) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998.