org.pf.joi.inspectors
Class ListElementSpy

java.lang.Object
  extended byorg.pf.joi.Spy
      extended byorg.pf.joi.ElementSpy
          extended byorg.pf.joi.CollectionElementSpy
              extended byorg.pf.joi.inspectors.ListElementSpy
All Implemented Interfaces:
java.lang.Comparable

public class ListElementSpy
extends CollectionElementSpy

Wrapper class for elements in objects that implement the java.util.List interface.

Version:
1.1
Author:
Manfred Duchrow

Field Summary
 
Fields inherited from class org.pf.joi.Spy
RENDERER_MAPPING_FILENAME
 
Constructor Summary
ListElementSpy(AbstractObjectSpy container, int pos, java.lang.Object object)
          Initialize the new instance with default values.
 
Methods inherited from class org.pf.joi.CollectionElementSpy
getModifiers, getName, getObject, getType, getValue, setModifiers
 
Methods inherited from class org.pf.joi.ElementSpy
compareTo, is_Boolean_or_boolean, is_Byte_or_byte, is_Character_or_char, is_Double_or_double, is_Float_or_float, is_Integer_or_int, is_Long_or_long, is_Short_or_short, isEditable, isElementSpy, setValue
 
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, isPrimitive, valueIsNull
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListElementSpy

public ListElementSpy(AbstractObjectSpy container,
                      int pos,
                      java.lang.Object object)
Initialize the new instance with default values.