Interface IPropertyInfoFactory


  • public interface IPropertyInfoFactory
    • Method Detail

      • make

        IPropertyInfo make​(IFeatureInfo container,
                           java.lang.String strName,
                           java.lang.Class javaClass,
                           java.lang.String strGetter,
                           java.lang.String strSetter,
                           IType propertyType)
                    throws java.beans.IntrospectionException
        Throws:
        java.beans.IntrospectionException
      • make

        IPropertyInfo make​(IFeatureInfo container,
                           java.lang.String strName,
                           java.lang.Class javaClass,
                           java.lang.String strGetter,
                           java.lang.String strSetter,
                           IType propertyType,
                           IPresentationInfo presInfo)
                    throws java.beans.IntrospectionException
        Throws:
        java.beans.IntrospectionException