|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Introspector | |
---|---|
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 Introspector in nl.tudelft.simulation.introspection |
---|
Classes in nl.tudelft.simulation.introspection that implement Introspector | |
---|---|
class |
AbstractSuppressIntrospector
The AbstractSupressIntrospector. |
Fields in nl.tudelft.simulation.introspection declared as Introspector | |
---|---|
protected Introspector |
AbstractSuppressIntrospector.parent
the parent introspector |
Constructors in nl.tudelft.simulation.introspection with parameters of type Introspector | |
---|---|
AbstractSuppressIntrospector(Introspector parent)
Constructor for AbstractSuppressIntrospector. |
Uses of Introspector in nl.tudelft.simulation.introspection.beans |
---|
Classes in nl.tudelft.simulation.introspection.beans that implement Introspector | |
---|---|
class |
BeanIntrospector
The Bean introspector provides a simplified JavaBean TM implementation of the introspection interfaces. |
Uses of Introspector in nl.tudelft.simulation.introspection.fields |
---|
Classes in nl.tudelft.simulation.introspection.fields that implement Introspector | |
---|---|
class |
FieldIntrospector
The IntrospectionField introspector provides a field manipulation implementation of the introspection interfaces. |
Uses of Introspector in nl.tudelft.simulation.introspection.gui |
---|
Methods in nl.tudelft.simulation.introspection.gui that return Introspector | |
---|---|
Introspector |
IntrospectingTableModelInterface.getIntrospector()
|
Introspector |
CollectionTableModel.getIntrospector()
|
Introspector |
ObjectTableModel.getIntrospector()
|
Introspector |
SortingObjectTableModel.getIntrospector()
|
Constructors in nl.tudelft.simulation.introspection.gui with parameters of type Introspector | |
---|---|
CollectionTableModel(Property parentProperty,
Introspector introspector)
constructs a new CollectionTableModel |
|
ObjectTableModel(Object object,
Introspector introspector)
Creates an ObjectTableModel utilizing a custom introspector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |