Package nl.tudelft.simulation.introspection.beans

Contains the JavaBean TM implementation of the introspection interfaces, see nl.tudelft.tbm.sk.util.introspection.beans.PTestBeans for an example.

See:
          Description

Class Summary
BeanIntrospector The Bean introspector provides a simplified JavaBean TM implementation of the introspection interfaces.
BeanProperty The JavaBean TM implementation of the Property interface.
BeanUtils Utility class for bean tests.
 

Package nl.tudelft.simulation.introspection.beans Description

Contains the JavaBean TM implementation of the introspection interfaces, see nl.tudelft.tbm.sk.util.introspection.beans.PTestBeans for an example. For short, properties are recognized and manipulated using Bean definitions. Thus, properties are discovered by looking for getter and setter methods. These methods are also used for value inspection and updating.



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.