Uses of Interface
nl.tudelft.simulation.introspection.Property

Packages that use Property
nl.tudelft.simulation.introspection Contains the core interfaces of the Introspection project plus some abstract implementations. 
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 Property in nl.tudelft.simulation.introspection
 

Classes in nl.tudelft.simulation.introspection that implement Property
 class AbstractProperty
          A default Property implementation that provides a standard way to handle composite values.
 

Methods in nl.tudelft.simulation.introspection that return Property
 Property[] Introspector.getProperties(Object introspected)
           
 Property[] AbstractSuppressIntrospector.getProperties(Object arg0)
           
 Property Introspector.getProperty(Object introspected, String property)
          Retrieves the {see Property}with a given name from an introspected object.
 Property AbstractSuppressIntrospector.getProperty(Object arg0, String arg1)
           
 

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

Classes in nl.tudelft.simulation.introspection.beans that implement Property
 class BeanProperty
          The JavaBean TM implementation of the Property interface.
 

Methods in nl.tudelft.simulation.introspection.beans that return Property
 Property[] BeanIntrospector.getProperties(Object introspected)
           
 Property BeanIntrospector.getProperty(Object introspected, String property)
           
 

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

Classes in nl.tudelft.simulation.introspection.fields that implement Property
 class FieldProperty
          The field implementation of the Property interface.
 

Methods in nl.tudelft.simulation.introspection.fields that return Property
 Property[] FieldIntrospector.getProperties(Object introspected)
           
 Property FieldIntrospector.getProperty(Object introspected, String property)
           
 

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

Fields in nl.tudelft.simulation.introspection.gui declared as Property
protected  Property[] ObjectTableModel.properties
          the properties
 

Methods in nl.tudelft.simulation.introspection.gui that return Property
protected  Property CollectionTableModel.getProperty(int index)
           
 Property IntrospectingTableModelInterface.getProperty(String propertyName)
          Returns the Property instance generated by this IntrospectingTableModelInterface for the property 'propertyName'.
 Property CollectionTableModel.getProperty(String propertyName)
          The collection table model labels all properties according to their rowIndex.
 Property ObjectTableModel.getProperty(String propertyName)
           
 Property SortingObjectTableModel.getProperty(String propertyName)
           
 

Constructors in nl.tudelft.simulation.introspection.gui with parameters of type Property
CollectionTableModel(Property parentProperty)
          constructs a new CollectionTableModel
CollectionTableModel(Property parentProperty, Introspector introspector)
          constructs a new CollectionTableModel
ExpandButton(Property property, IntrospectingTableModelInterface model)
          constructs a new ExpandButton
 



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