|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.gameleader.interactionlayer.util.IntrospectionUtil
Utility class for introspection. This class contains methods which either introspect an object and return date for the fields, or updates the values of atributes based on changes made to an object using the introspection diaglog of an animation panel.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.
Method Summary | |
static IntrospectionData |
introspectObject(java.lang.Object object,
java.io.Serializable key)
Introspects the given object |
static void |
updateIntrospectedObject(java.lang.Object object,
IntrospectionData data)
Method updateIntrospectedObject updates an introspected object based on the given data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static IntrospectionData introspectObject(java.lang.Object object, java.io.Serializable key)
object
- the object to get the data fromkey
- the key
public static void updateIntrospectedObject(java.lang.Object object, IntrospectionData data)
object
- the object to updatedata
- the data
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |