Uses of Interface
de.xima.fc.interfaces.workflow.value.IFloatValueDescriptor
Packages that use IFloatValueDescriptor
Package
Description
-
Uses of IFloatValueDescriptor in de.xima.fc.gui.model.value_descriptor_form
Constructors in de.xima.fc.gui.model.value_descriptor_form with parameters of type IFloatValueDescriptorModifierConstructorDescriptionFloatControl(IValueAccessor<?> root, String path, IFloatValueDescriptor descriptor) Creates a new float control. -
Uses of IFloatValueDescriptor in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IFloatValueDescriptor in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorBuilderfor creating a 64-bit floating point value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IFloatValueDescriptorModifier and TypeMethodDescriptionIValueDescriptor.asFloat()Casts this descriptor to a float value descriptor type.default IFloatValueDescriptorIValueDescriptorFactory.floating()default IFloatValueDescriptorIValueDescriptorFactory.floating(double defaultValue) default IFloatValueDescriptorDeprecated.IFloatValueDescriptor.withAddedAttribute(String key, Object value) IFloatValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) IFloatValueDescriptor.withAttributes(Map<String, Object> attributes) IFloatValueDescriptor.withDefaultValue(Object defaultValue) IFloatValueDescriptor.withDescription(String description) Deprecated.Methods in de.xima.fc.interfaces.workflow.value with parameters of type IFloatValueDescriptorModifier and TypeMethodDescriptionDefaultValueDescriptorTypeCoercer.coerceFloat(Object value, IFloatValueDescriptor descriptor) IValueDescriptorTypeCoercer.coerceFloat(Object value, IFloatValueDescriptor descriptor) Attempts to coerce the given value to a floating-point value.default RIValueDescriptorTypeMatcher.matchFloat(IFloatValueDescriptor descriptor) -
Uses of IFloatValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IFloatValueDescriptor
IValueDescriptorFactory.floatingBuilder()withIValueDescriptorBuilder.addAttribute(String, Object).