Package org.pf.joi.inspectors

Class Summary
AssociationListInspector The specialized inspector for AssociationList objects
AssociationListSpy The spy that looks inside AssociationList objects
AssociationSpy A spy class for Association objects
DictionaryInspector Inspector for java.util.Dictionary subclasses.
DictionarySpy This object spy is responsible to provide the internal data of a java.util.Dictionary instance.
DynamicProxyInspector Is used to show the methods that are suported by a dynamic proxy (i.e. java.lang.reflect.Proxy)
DynamicProxySpy Provides all methods with no arguments that are supported by a dynamic proxy.
KeyValueInspector Abstract superclass for all inspectors that present key/value pairs.
ListElementSpy Wrapper class for elements in objects that implement the java.util.List interface.
ListInspector This is a specialized Inspector for objects that implement the List interface.
ListSpy An instance of this class is a wrapper for one inspected object that implements the java.util.List interface.
MapInspector This is a specialized Inspector for objects that implement the Map interface.
MapSpy An instance of this class is a wrapper for one inspected object that implements the map interface.
MethodSpy Represents a method rather than a field as element in the inspector.
StringInspector Special inspector that displays strings as an array of characters.
StringSpy Instances of this class are responsible to provide the internal state of strings for presentation in an inspector.