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
IntrospectionException
public static IPropertyInfo make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo) throws IntrospectionException
IntrospectionException
Copyright © 2016. All rights reserved.