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

Uses of Interface
edu.berkeley.guir.lib.introspect.IntrospectConstants

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

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

Subinterfaces of IntrospectConstants in edu.berkeley.guir.lib.introspect
 interface IntrospectFilter
          Tell me which fields I should look at, and tell me which fields I should not.
 

Classes in edu.berkeley.guir.lib.introspect that implement IntrospectConstants
 class DefaultIntrospectHandler
          Default handler for introspection debugging.
 class EmptyIntrospectHandler
          Handler for introspection debugging that does nothing.
 class Introspect
          Lots of debugging utilities, including log file output, stream output, graphical window output, and object introspection.
 class IntrospectHandler
          Callback for Java object introspection traversal.
 class IntrospectLib
          Library of utilities for introspection.
 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.
 


Copyright Information