Package gw.lang.reflect
Interface IPropertyInfoFactory
-
public interface IPropertyInfoFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertyInfo
make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType)
IPropertyInfo
make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo)
-
-
-
Method Detail
-
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
-
-