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.
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.
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.