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

Uses of Class
edu.berkeley.guir.lib.introspect.IntrospectHandler

Packages that use IntrospectHandler
edu.berkeley.guir.lib.introspect Collection of useful introspection utilities, including debugging output, XML output, and so on. 
 

Uses of IntrospectHandler in edu.berkeley.guir.lib.introspect
 

Subclasses of IntrospectHandler in edu.berkeley.guir.lib.introspect
 class DefaultIntrospectHandler
          Default handler for introspection debugging.
 class EmptyIntrospectHandler
          Handler for introspection debugging that does nothing.
 class JTreeIntrospectHandler
          Introspect an object's values in a JTree.
 class PrintIntrospectHandler
          Handler for introspection debugging.
 class XMLIntrospectHandler
          Introspect an object's values out to an XML stream.
 

Methods in edu.berkeley.guir.lib.introspect with parameters of type IntrospectHandler
static void Introspect.parseObject(Object obj, IntrospectHandler handler)
          Use introspection to debug an object, using the specified callback.
 


Copyright Information