Uses of Class
nl.tudelft.simulation.introspection.AbstractProperty

Packages that use AbstractProperty
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. 
nl.tudelft.simulation.introspection.fields Contains a field introspecting implementation of the Introspection interfaces, see nl.tudelft.tbm.sk.util.introspection.fields.PTestFieldIntrospector for an example. 
nl.tudelft.simulation.introspection.gui The user interface package provides dialogs and tables to inspect and manipulate introspected objects, see nl.tudelft.tbm.sk.util.introspection.gui.PTestGUI for an example. 
 

Uses of AbstractProperty in nl.tudelft.simulation.introspection.beans
 

Subclasses of AbstractProperty in nl.tudelft.simulation.introspection.beans
 class BeanProperty
          The JavaBean TM implementation of the Property interface.
 

Uses of AbstractProperty in nl.tudelft.simulation.introspection.fields
 

Subclasses of AbstractProperty in nl.tudelft.simulation.introspection.fields
 class FieldProperty
          The field implementation of the Property interface.
 

Uses of AbstractProperty in nl.tudelft.simulation.introspection.gui
 

Subclasses of AbstractProperty in nl.tudelft.simulation.introspection.gui
(package private)  class CollectionTableModel.CollectionProperty
          The CollectionProperty
 



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