|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pfsw.joi.Spy
org.pfsw.joi.ElementSpy
org.pfsw.joi.CollectionElementSpy
org.pfsw.joi.inspectors.AssociationSpy
public class AssociationSpy
A spy class for Association objects
Field Summary |
---|
Fields inherited from class org.pfsw.joi.Spy |
---|
PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, RENDERER_MAPPING_FILENAME, RENDERER_MAPPING_FILENAME_ALL, RENDERER_MAPPING_FILENAME_CLASSLOADER |
Constructor Summary | |
---|---|
AssociationSpy(AbstractObjectSpy container,
org.pfsw.util.Association association)
Initialize the new instance with a container spy and an association. |
|
AssociationSpy(AbstractObjectSpy container,
java.util.Map.Entry mapEntry)
Initialize the new instance with a container spy and a Map.Entry. |
Method Summary | |
---|---|
protected org.pfsw.util.Association |
getAssociation()
|
java.lang.Object |
getKey()
Returns the key of the underlying association. |
java.lang.Object |
getValue()
Returns the value of the underlying association. |
Methods inherited from class org.pfsw.joi.CollectionElementSpy |
---|
getCurrentType, getModifiers, getName, getObject, getType, setModifiers, setName, setObject |
Methods inherited from class org.pfsw.joi.ElementSpy |
---|
compareTo, getContainer, 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, isCorrectType, isEditable, isElementSpy, modifyValue, setContainer, setValue |
Methods inherited from class org.pfsw.joi.Spy |
---|
getRendererRegistry, getTypeString, getTypeStringOf, getValueComponent, getValueString, getValueTypeString, invokeInspectString, is_boolean, is_byte, is_char, is_double, is_float, is_int, is_long, is_short, isPrimitive, objectAsComponent, objectAsString, rendererFor, setRendererRegistry, valueIsNull |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationSpy(AbstractObjectSpy container, org.pfsw.util.Association association)
public AssociationSpy(AbstractObjectSpy container, java.util.Map.Entry mapEntry)
Method Detail |
---|
public java.lang.Object getValue()
getValue
in class CollectionElementSpy
public java.lang.Object getKey()
protected org.pfsw.util.Association getAssociation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |