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