public interface IPropertyInfoFactory
| Modifier and Type | Method and 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) |
IPropertyInfo make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType) throws IntrospectionException
IntrospectionExceptionIPropertyInfo make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo) throws IntrospectionException
IntrospectionExceptionCopyright © 2020. All rights reserved.