public class PropertyInfoFactoryImpl extends Object implements IPropertyInfoFactory
| Constructor and Description |
|---|
PropertyInfoFactoryImpl() |
| 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) |
public IPropertyInfo make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType) throws IntrospectionException
make in interface IPropertyInfoFactoryIntrospectionExceptionpublic IPropertyInfo make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo) throws IntrospectionException
make in interface IPropertyInfoFactoryIntrospectionExceptionCopyright © 2020. All rights reserved.