UC Berkeley Group for User Interface Research
Updated November 17, 2000

Package edu.berkeley.guir.lib.debugging

Collection of useful debugging utilities.

See:
          Description

Class Summary
Debug Lots of debugging utilities, including log file output, stream output, graphical window output, and object introspection.
DebugEventQueue A debugging version of the Event Queue, printing all the events to the debugging window.
DebugWindow A window which allows output for debugging purposes.
DeserializeFile A debugging tool that simply deserializes a serialized file and prints out the objects in it.
LogFile A file for logging messages.
UniversalListener A universal event listener for debugging purposes.
 

Exception Summary
AssertionFailedException Represents an Assertion validation error.
 

Package edu.berkeley.guir.lib.debugging Description

Collection of useful debugging utilities. Contains utilities to help in programming, examining serialized files, and for creating and examining AWT and Swing interfaces.

This software is distributed under the Berkeley Software License. This software is part of the GUIRLib package.


Copyright Information