JIDE 3.5.15

Package com.jidesoft.introspector

The package contains classes related to bean introspection for JIDE Grids product.

See:
          Description

Interface Summary
BeanIntrospector.LazyValue  
BeanIntrospectorFactory Deprecated. Please use IntrospectorFactory instead.
Introspector<T extends Property>  
IntrospectorFactory Interfaces used by IntrospectorManager to create an Introspector using the factory pattern.
 

Class Summary
BeanIntrospector A helper class to introspect properties in a Java Bean and provide an easy way to integrate with PropertyTable.
BeanIntrospectorContext Deprecated. Please use IntrospectorContext instead.
BeanIntrospectorManager Deprecated. Please use IntrospectorManager instead.
BeanProperty BeanProperty wraps PropertyDescriptor and provides an implementation for Property.
ChildBeanProperty ChildBeanProperty is an special implementation for BeanProperty for child properties.
IntrospectorContext The introspector context is used by IntrospectorManager so that for the same type, different introspectors can be registered since the IntrospectorContext is different.
IntrospectorManager A global object that can register BeanIntrospector with a type and a IntrospectorContext.
 

Package com.jidesoft.introspector Description

The package contains classes related to bean introspection for JIDE Grids product.


JIDE 3.5.15