Package gw.lang.reflect
Interface IPropertyInfoFactory
public interface IPropertyInfoFactory
-
Method Summary
Modifier and TypeMethodDescriptionmake(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType) make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo)
-
Method Details
-
make
IPropertyInfo make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType) throws IntrospectionException - Throws:
IntrospectionException
-
make
IPropertyInfo make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo) throws IntrospectionException - Throws:
IntrospectionException
-