Uses of Interface
gw.util.IFeatureFilter
-
Packages that use IFeatureFilter Package Description editor gw.internal.gosu.parser gw.lang gw.lang.reflect -
-
Uses of IFeatureFilter in editor
Classes in editor that implement IFeatureFilter Modifier and Type Class Description class
ScriptabilityFilter
Methods in editor that return IFeatureFilter Modifier and Type Method Description IFeatureFilter
BeanInfoPopup. getFeatureInfoFilter()
Constructors in editor with parameters of type IFeatureFilter Constructor Description BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter)
BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion)
BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion, boolean bForFeatureLiteral)
BeanTree(IType classBean, IType whosaskin, String strDisplayName, boolean bIncludeOnlySimpleDescriptors, Boolean bIncludeStaticMembers, IFeatureFilter filter, boolean bExpansion)
BeanTree(IType classBean, IType whosaskin, String strDisplayName, String strNameConstraint, 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 IPropertyInfo
BeanAccess. getPropertyInfo(IType classBean, IType whosAskin, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)
static IPropertyInfo
BeanAccess. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)
IPropertyInfo
GosuIndustrialParkImpl. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parser, IScriptabilityModifier scriptabilityConstraint)
static IPropertyInfo
BeanAccess. getPropertyInfo_NoException(IType classBean, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)
-
Uses of IFeatureFilter in gw.lang
Methods in gw.lang with parameters of type IFeatureFilter Modifier and Type Method Description IPropertyInfo
IGosuShop. getPropertyInfo(IType classBean, 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 IPropertyInfo
TypeSystem. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parserBase, IScriptabilityModifier scriptabilityConstraint)
-