All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.util.Debug

java.lang.Object
   |
   +----ejmf.toolkit.util.Debug

public class Debug
extends Object

Variable Index

 o on

Constructor Index

 o Debug()

Method Index

 o printComponent(int, Component)
 o printComponentDetails(Component)
 o printObject(Object)
 o printStack(Exception)

Variables

 o on
 public static boolean on

Constructors

 o Debug
 public Debug()

Methods

 o printComponent
 public static void printComponent(int level,
                                   Component c)
 o printComponentDetails
 public static void printComponentDetails(Component c)
 o printObject
 public static void printObject(Object o)
 o printStack
 public static void printStack(Exception e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index