Uses of Class
cz.cuni.amis.introspection.Property

Packages that use Property
cz.cuni.amis.introspection Introspection package uses Proxy design pattern paradigm. 
cz.cuni.amis.introspection.java Package for introspection of Java code. 
cz.cuni.amis.introspection.jmx   
cz.cuni.amis.introspection.python Package for introspection of Python code. 
 

Uses of Property in cz.cuni.amis.introspection
 

Subclasses of Property in cz.cuni.amis.introspection
 class PropertyShadow
          Used for caching value of given property.
 

Methods in cz.cuni.amis.introspection that return Property
protected  Property[] FolderUnion.computeProperties(Folder[] object)
           
protected abstract  Property[] AbstractObjectFolder.computeProperties(T object)
          Computes list of properties of object to be introspected.
 Property[] ScriptProxyManager.EmptyFolder.getProperties()
           
 Property[] FolderShadow.getProperties()
           
abstract  Property[] Folder.getProperties()
           
 Property[] AbstractObjectFolder.getProperties()
          Returns lazy initialized list of properties.
 Property Folder.getProperty(String name)
          Return property of the given name, null if no such property exists.
 

Constructors in cz.cuni.amis.introspection with parameters of type Property
PropertyShadow(Property prop)
           
 

Uses of Property in cz.cuni.amis.introspection.java
 

Subclasses of Property in cz.cuni.amis.introspection.java
 class JavaProperty
          Wrapps JavaReflection way of manipulating with fields of objects.
 

Methods in cz.cuni.amis.introspection.java that return Property
protected  Property[] ReflectionObjectFolder.computeProperties(Object object)
          All data fields which are marked by @PogProp annotation and PropertyEditorManager can find editor for them are recognized as Properties of introspectable proxy and are returned by this method.
static Property Introspector.getProperty(Field field, Object object)
           
 

Methods in cz.cuni.amis.introspection.java that return types with arguments of type Property
protected  Collection<Property> ReflectionObjectFolder.getDeclaredProperties(Class cls, Object object)
          Get all Properties from given class.
 

Uses of Property in cz.cuni.amis.introspection.jmx
 

Subclasses of Property in cz.cuni.amis.introspection.jmx
 class AttributeToPropertyAdapter
          Adapts a JMX Attribute to AMIS introspection Property.
 

Methods in cz.cuni.amis.introspection.jmx that return Property
protected  Property[] DynamicMBeanToFolderAdapter.computeProperties(DynamicProxy object)
           
 

Uses of Property in cz.cuni.amis.introspection.python
 

Subclasses of Property in cz.cuni.amis.introspection.python
 class PythonProperty
           
 

Methods in cz.cuni.amis.introspection.python that return Property
protected  Property[] PythonInstrospectableProxy.computeProperties(Object object)
           
protected  Property[] PythonEngineFolder.computeProperties(ScriptEngine object)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.