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 IPresentationInfo
PackagePropertyInfo. getPresentationInfo()
IPresentationInfo
TypePropertyInfo. getPresentationInfo()
-
Uses of IPresentationInfo in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IPresentationInfo Modifier and Type Method Description IPresentationInfo
ArrayExpansionPropertyInfo. getPresentationInfo()
IPresentationInfo
GosuPropertyInfo. getPresentationInfo()
IPresentationInfo
GosuVarPropertyInfo. getPresentationInfo()
IPresentationInfo
JavaFieldPropertyInfo. getPresentationInfo()
IPresentationInfo
JavaPropertyInfo. getPresentationInfo()
IPresentationInfo
LengthProperty. getPresentationInfo()
IPresentationInfo
StaticPropertyInfo. getPresentationInfo()
Methods in gw.internal.gosu.parser with parameters of type IPresentationInfo Modifier and Type Method Description static IJavaPropertyInfo
JavaPropertyInfo. newInstance(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 class
IPresentationInfo.Default
Methods in gw.lang.reflect that return IPresentationInfo Modifier and Type Method Description IPresentationInfo
IPropertyInfo. getPresentationInfo()
IPresentationInfo
PropertyInfoBase. getPresentationInfo()
IPresentationInfo
PropertyInfoBuilder.BuiltPropertyInfo. getPresentationInfo()
IPresentationInfo
PropertyInfoDelegate. getPresentationInfo()
Methods in gw.lang.reflect with parameters of type IPresentationInfo Modifier and Type Method Description IPropertyInfo
IPropertyInfoFactory. make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo)
-