JIDE 3.5.15

com.jidesoft.introspector
Interface BeanIntrospectorFactory

All Superinterfaces:
IntrospectorFactory

Deprecated. Please use IntrospectorFactory instead.

@Deprecated
public interface BeanIntrospectorFactory
extends IntrospectorFactory

Interfaces used by IntrospectorManager to create a BeanIntrospector using the factory pattern. The purpose of this factory is to make sure a new instance of BeanIntrospector is created every time when asking BeanIntrospectorManager for one.


Method Summary
 BeanIntrospector create()
          Deprecated.  
 

Method Detail

create

BeanIntrospector create()
Deprecated. 
Specified by:
create in interface IntrospectorFactory

JIDE 3.5.15