Uses of Interface
gw.lang.reflect.java.IJavaPropertyInfo
-
Packages that use IJavaPropertyInfo Package Description gw.internal.gosu.parser -
-
Uses of IJavaPropertyInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IJavaPropertyInfo Modifier and Type Class Description classJavaPropertyInfoclassLengthPropertyFields in gw.internal.gosu.parser declared as IJavaPropertyInfo Modifier and Type Field Description protected IJavaPropertyInfoAbstractExtendedProperty. _primaryMethods in gw.internal.gosu.parser that return IJavaPropertyInfo Modifier and Type Method Description static IJavaPropertyInfoJavaTypeExtensions. maybeExtendProperty(JavaPropertyInfo javaProperty)(package private) static IJavaPropertyInfoJavaTypeExtensions. newExtendedProperty(java.lang.Class<?> secondaryInterface, IJavaPropertyInfo originalProperty, java.lang.Object secondaryObject)static IJavaPropertyInfoJavaPropertyInfo. newInstance(IFeatureInfo container, IJavaPropertyDescriptor pd)static IJavaPropertyInfoJavaPropertyInfo. newInstance(IFeatureInfo container, IJavaPropertyDescriptor pd, IType propertyType)static IJavaPropertyInfoJavaPropertyInfo. newInstance(IFeatureInfo container, IJavaPropertyDescriptor pd, IType propertyType, IPresentationInfo presInfo)Methods in gw.internal.gosu.parser with parameters of type IJavaPropertyInfo Modifier and Type Method Description (package private) static IJavaPropertyInfoJavaTypeExtensions. newExtendedProperty(java.lang.Class<?> secondaryInterface, IJavaPropertyInfo originalProperty, java.lang.Object secondaryObject)Constructors in gw.internal.gosu.parser with parameters of type IJavaPropertyInfo Constructor Description AbstractExtendedProperty(IJavaPropertyInfo primary)
-