public class PropertyInfoFactory extends Object
| Constructor and Description |
|---|
PropertyInfoFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IPropertyInfo |
make(IFeatureInfo container,
String strName,
Class javaClass,
String strGetter,
String strSetter,
IType propertyType) |
static IPropertyInfo |
make(IFeatureInfo container,
String strName,
Class javaClass,
String strGetter,
String strSetter,
IType propertyType,
IPresentationInfo presInfo) |
public static IPropertyInfo make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType) throws IntrospectionException
IntrospectionExceptionpublic static IPropertyInfo make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo) throws IntrospectionException
IntrospectionExceptionCopyright © 2015. All rights reserved.