org.pf.joi.inspectors
Class DictionarySpy

java.lang.Object
  extended by org.pf.joi.Spy
      extended by org.pf.joi.AbstractObjectSpy
          extended by org.pf.joi.inspectors.DictionarySpy

public class DictionarySpy
extends AbstractObjectSpy

This object spy is responsible to provide the internal data of a java.util.Dictionary instance.

Version:
1.0
Author:
M.Duchrow

Field Summary
 
Fields inherited from class org.pf.joi.Spy
RENDERER_MAPPING_FILENAME, RENDERER_MAPPING_FILENAME_ALL, RENDERER_MAPPING_FILENAME_CLASSLOADER
 
Constructor Summary
DictionarySpy(java.lang.Object obj)
          Initialize the new instance with the object to look into.
 
Method Summary
 
Methods inherited from class org.pf.joi.AbstractObjectSpy
getElementFilter, getElementNamed, getElements, getFullElementCount, getModifiers, getName, getObject, getType, getValue, setElementFilter, setName, sortElements
 
Methods inherited from class org.pf.joi.Spy
getTypeString, getValueComponent, getValueString, getValueTypeString, is_boolean, is_byte, is_char, is_double, is_float, is_int, is_long, is_short, isEditable, isElementSpy, isPrimitive, setValue, valueIsNull
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionarySpy

public DictionarySpy(java.lang.Object obj)
Initialize the new instance with the object to look into.