Uses of Interface
gw.util.IFeatureFilter
-
Packages that use IFeatureFilter Package Description editor gw.internal.gosu.parser gw.internal.gosu.parser.gwPlatform gw.lang gw.lang.reflect -
-
Uses of IFeatureFilter in editor
Classes in editor that implement IFeatureFilter Modifier and Type Class Description classScriptabilityFilterFields in editor declared as IFeatureFilter Modifier and Type Field Description private IFeatureFilterBeanInfoPopup. _filterprivate IFeatureFilterBeanTree. _filterMethods in editor that return IFeatureFilter Modifier and Type Method Description private IFeatureFilterBeanTree. getFeatureFilter()IFeatureFilterBeanInfoPopup. getFeatureInfoFilter()Constructors in editor with parameters of type IFeatureFilter Constructor Description BeanInfoPopup(IType classBean, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter)BeanInfoPopup(IType classBean, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion)BeanInfoPopup(IType classBean, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion, boolean bForFeatureLiteral)BeanTree(IType classBean, IType whosaskin, java.lang.String strDisplayName, boolean bIncludeOnlySimpleDescriptors, java.lang.Boolean bIncludeStaticMembers, IFeatureFilter filter, boolean bExpansion)BeanTree(IType classBean, IType whosaskin, java.lang.String strDisplayName, java.lang.String strNameConstraint, java.lang.Boolean bIncludeStaticMembers, IFeatureFilter filter, boolean bExpansion) -
Uses of IFeatureFilter in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type IFeatureFilter Modifier and Type Method Description static IPropertyInfoBeanAccess. getPropertyInfo(IType classBean, IType whosAskin, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)static IPropertyInfoBeanAccess. getPropertyInfo(IType classBean, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)IPropertyInfoGosuIndustrialParkImpl. getPropertyInfo(IType classBean, java.lang.String strProperty, IFeatureFilter filter, IParserPart parser, IScriptabilityModifier scriptabilityConstraint)private static IPropertyInfoBeanAccess. getPropertyInfo_NoException(IType classBean, IType whosAskin, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)static IPropertyInfoBeanAccess. getPropertyInfo_NoException(IType classBean, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint) -
Uses of IFeatureFilter in gw.internal.gosu.parser.gwPlatform
Fields in gw.internal.gosu.parser.gwPlatform declared as IFeatureFilter Modifier and Type Field Description private IFeatureFilterGWEntityAccess. QUERY_EXPRESSION_FEATURE_FILTER -
Uses of IFeatureFilter in gw.lang
Methods in gw.lang with parameters of type IFeatureFilter Modifier and Type Method Description IPropertyInfoIGosuShop. getPropertyInfo(IType classBean, java.lang.String strProperty, IFeatureFilter filter, IParserPart parserBase, IScriptabilityModifier scriptabilityConstraint) -
Uses of IFeatureFilter in gw.lang.reflect
Methods in gw.lang.reflect with parameters of type IFeatureFilter Modifier and Type Method Description static IPropertyInfoTypeSystem. getPropertyInfo(IType classBean, java.lang.String strProperty, IFeatureFilter filter, IParserPart parserBase, IScriptabilityModifier scriptabilityConstraint)
-