Uses of Interface
gw.lang.reflect.IPresentationInfo
-
Packages that use IPresentationInfo Package Description editor gw.internal.gosu.parser gw.lang.reflect -
-
Uses of IPresentationInfo in editor
Methods in editor that return IPresentationInfo Modifier and Type Method Description IPresentationInfoPackagePropertyInfo. getPresentationInfo()IPresentationInfoTypePropertyInfo. getPresentationInfo() -
Uses of IPresentationInfo in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as IPresentationInfo Modifier and Type Field Description private IPresentationInfoJavaPropertyInfo. _presInfoMethods in gw.internal.gosu.parser that return IPresentationInfo Modifier and Type Method Description IPresentationInfoArrayExpansionPropertyInfo. getPresentationInfo()IPresentationInfoErrorTypeInfo.UniversalProperty. getPresentationInfo()IPresentationInfoGosuPropertyInfo. getPresentationInfo()IPresentationInfoGosuVarPropertyInfo. getPresentationInfo()IPresentationInfoJavaFieldPropertyInfo. getPresentationInfo()IPresentationInfoJavaPropertyInfo. getPresentationInfo()IPresentationInfoLengthProperty. getPresentationInfo()IPresentationInfoStaticPropertyInfo. getPresentationInfo()Methods in gw.internal.gosu.parser with parameters of type IPresentationInfo Modifier and Type Method Description static IJavaPropertyInfoJavaPropertyInfo. newInstance(IFeatureInfo container, IJavaPropertyDescriptor pd, IType propertyType, IPresentationInfo presInfo)Constructors in gw.internal.gosu.parser with parameters of type IPresentationInfo Constructor Description JavaPropertyInfo(IFeatureInfo container, IJavaPropertyDescriptor pd, IType propertyType, IPresentationInfo presInfo) -
Uses of IPresentationInfo in gw.lang.reflect
Classes in gw.lang.reflect that implement IPresentationInfo Modifier and Type Class Description static classIPresentationInfo.DefaultMethods in gw.lang.reflect that return IPresentationInfo Modifier and Type Method Description IPresentationInfoIPropertyInfo. getPresentationInfo()IPresentationInfoPropertyInfoBase. getPresentationInfo()IPresentationInfoPropertyInfoBuilder.BuiltPropertyInfo. getPresentationInfo()IPresentationInfoPropertyInfoDelegate. getPresentationInfo()Methods in gw.lang.reflect with parameters of type IPresentationInfo Modifier and Type Method Description IPropertyInfoIPropertyInfoFactory. make(IFeatureInfo container, java.lang.String strName, java.lang.Class javaClass, java.lang.String strGetter, java.lang.String strSetter, IType propertyType, IPresentationInfo presInfo)
-