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 |
AbstractSuppressIntrospector
The AbstractSupressIntrospector.
|
Modifier and Type | Field and Description |
---|---|
protected Introspector |
AbstractSuppressIntrospector.parent
the parent introspector
|
Constructor and Description |
---|
AbstractSuppressIntrospector(Introspector parent)
Constructor for AbstractSuppressIntrospector.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanIntrospector
The Bean introspector provides a simplified JavaBean TM implementation of the
introspection interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldIntrospector
The IntrospectionField introspector provides a field manipulation
implementation of the introspection interfaces.
|
Modifier and Type | Method and Description |
---|---|
Introspector |
IntrospectingTableModelInterface.getIntrospector() |
Introspector |
CollectionTableModel.getIntrospector() |
Introspector |
ObjectTableModel.getIntrospector() |
Introspector |
SortingObjectTableModel.getIntrospector() |
Constructor and Description |
---|
CollectionTableModel(Property parentProperty,
Introspector introspector)
constructs a new CollectionTableModel
|
ObjectTableModel(Object object,
Introspector introspector)
Creates an ObjectTableModel utilizing a custom introspector.
|
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.