Uses of Record Class
com.wualabs.qtsurfer.engine.core.PropertyHints
Packages that use PropertyHints
-
Uses of PropertyHints in com.wualabs.qtsurfer.engine.core
Fields in com.wualabs.qtsurfer.engine.core declared as PropertyHintsModifier and TypeFieldDescriptionstatic final PropertyHintsPropertyHints.NONEShared instance representing the absence of any hint.Methods in com.wualabs.qtsurfer.engine.core that return PropertyHintsModifier and TypeMethodDescriptionAbstractPropertyInfo.getHints()Optional sweep/range hints; defaults toPropertyHints.NONE.default PropertyHintsPropertyInfo.getHints()Optional sweep/range hints for this property (min/max/step).static PropertyHintsPropertyHints.of(double min, double max, double step) Builds aPropertyHints, normalizing to the sharedPropertyHints.NONEinstance when no hint is present (all three values absent).Constructors in com.wualabs.qtsurfer.engine.core with parameters of type PropertyHintsModifierConstructorDescriptionprotectedAbstractPropertyInfo(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty, boolean reflected, PropertyHints hints) -
Uses of PropertyHints in com.wualabs.qtsurfer.engine.strategy
Constructors in com.wualabs.qtsurfer.engine.strategy with parameters of type PropertyHintsModifierConstructorDescriptionStrategyPropertyDef(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty, boolean reflected, PropertyHints hints)