|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.Object introspected)
|
Property[] |
AbstractSuppressIntrospector.getProperties(java.lang.Object arg0)
|
Property |
Introspector.getProperty(java.lang.Object introspected,
java.lang.String property)
Retrieves the {see Property}with a given name from an introspected object. |
Property |
AbstractSuppressIntrospector.getProperty(java.lang.Object arg0,
java.lang.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(java.lang.Object introspected)
|
Property |
BeanIntrospector.getProperty(java.lang.Object introspected,
java.lang.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(java.lang.Object introspected)
|
Property |
FieldIntrospector.getProperty(java.lang.Object introspected,
java.lang.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 |
SortingObjectTableModel.getProperty(java.lang.String propertyName)
|
Property |
ObjectTableModel.getProperty(java.lang.String propertyName)
|
Property |
IntrospectingTableModelInterface.getProperty(java.lang.String propertyName)
Returns the Property instance generated by this IntrospectingTableModelInterface for the property 'propertyName'. |
Property |
CollectionTableModel.getProperty(java.lang.String propertyName)
The collection table model labels all properties according to their rowIndex. |
| 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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||