Uses of Interface
com.wualabs.qtsurfer.engine.core.PropertyInfo
Packages that use PropertyInfo
-
Uses of PropertyInfo in com.wualabs.qtsurfer.engine.core
Classes in com.wualabs.qtsurfer.engine.core that implement PropertyInfo -
Uses of PropertyInfo in com.wualabs.qtsurfer.engine.strategy
Classes in com.wualabs.qtsurfer.engine.strategy that implement PropertyInfoModifier and TypeClassDescriptionclassExtendable Strategy property definitionMethods in com.wualabs.qtsurfer.engine.strategy that return PropertyInfoModifier and TypeMethodDescriptionprotected PropertyInfoAbstractStrategy.registerPropertyInfo(@NonNull PropertyInfo propertyInfo) protected PropertyInfoAbstractStrategy.registerPropertyInfo(String name, String description, Class type) protected PropertyInfoAbstractStrategy.registerPropertyInfo(String name, String description, Class type, String beanProperty) protected PropertyInfoAbstractStrategy.registerPropertyInfo(String name, String description, Class type, String beanProperty, boolean reflected) Methods in com.wualabs.qtsurfer.engine.strategy that return types with arguments of type PropertyInfoModifier and TypeMethodDescriptionAbstractStrategy.getPropertyInfo(@NonNull String propertyInfoId) Strategy.getPropertyInfo(String key) AbstractStrategy.getPropertyInfos()Strategy.getPropertyInfos()Methods in com.wualabs.qtsurfer.engine.strategy with parameters of type PropertyInfoModifier and TypeMethodDescriptiondefault <T> TStrategy.getProperty(@NonNull PropertyInfo propertyInfo) default booleanStrategy.hasProperty(@NonNull PropertyInfo propertyInfo) protected PropertyInfoAbstractStrategy.registerPropertyInfo(@NonNull PropertyInfo propertyInfo) default voidStrategy.setProperty(@NonNull PropertyInfo propertyInfo, Object value)