|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Introspectable | All objects that want to provide hierarchical view of their structure to the IDE must implement this interface. |
IntrospectableProxy | Interface for introspection of internal properties of object. |
IntrospectableProxyChangeListener | |
Property | Interface for property models. |
Class Summary | |
---|---|
DefaultIntrospectableProxy<T> | This is wrapper class for introspectable objects. |
DummyClass | Used to mark unsupported classes of introspection objects. |
IntrospectableProxyUnion | Union of properties and children of two introspectable proxies. |
ScriptProxy | Interface for all IntrospectableProxies of ScriptEngines |
ScriptProxyFactory | Factory class for ScriptProxy objects. |
ScriptProxyManager | SPI manager for getting ScriptProxies for ScriptEngines. |
ScriptProxyManager.EmptyProxy | Introspection proxy doing nothing. |
Annotation Types Summary | |
---|---|
PogProp | Annotation denoting introspectable property of an agent. |
Introspection package uses Proxy design pattern paradigm. If you want to introspect internal properties of some object follow these instructions.
Introspectable
interface. Ths interface has only one method returning
IntrospectableProxy
representing this object.JavaProperty
.IntrospectableProxy
interface (DefaultIntrospectableProxy
is recommnded option). Example of such implementation
is JavaReflectionProxy
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |