Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProperty
A default Property implementation that provides a standard way to handle
composite values.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
BeanProperty
The JavaBean TM implementation of the Property interface.
|
Modifier and Type | Method and Description |
---|---|
Property[] |
BeanIntrospector.getProperties(Object introspected) |
Property |
BeanIntrospector.getProperty(Object introspected,
String property) |
Modifier and Type | Class and Description |
---|---|
class |
FieldProperty
The field implementation of the Property interface.
|
Modifier and Type | Method and Description |
---|---|
Property[] |
FieldIntrospector.getProperties(Object introspected) |
Property |
FieldIntrospector.getProperty(Object introspected,
String property) |
Modifier and Type | Field and Description |
---|---|
protected Property[] |
ObjectTableModel.properties
the properties
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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-2012 Delft University of Technology, the Netherlands. All Rights Reserved.