Uses of Class
org.praxislive.core.ArgumentInfo
Packages that use ArgumentInfo
-
Uses of ArgumentInfo in org.praxislive.code
Methods in org.praxislive.code that return ArgumentInfoModifier and TypeMethodDescriptionabstract ArgumentInfoPropertyControl.Binding.getArgumentInfo() -
Uses of ArgumentInfo in org.praxislive.core
Methods in org.praxislive.core that return ArgumentInfoModifier and TypeMethodDescriptionstatic ArgumentInfoApply the provided function to an ArgumentInfoChooser to choose and configure an ArgumentInfoBuilder and return the resulting ArgumentInfo.Info.ArgumentInfoBuilder.build()static ArgumentInfoComponentAddress.info()static ArgumentInfoComponentInfo.info()Convenience method to create anArgumentInfofor a ComponentInfo argument.static ArgumentInfoComponentType.info()static ArgumentInfoPortAddress.info()static ArgumentInfoValue.info()Use this method to return an ArgumentInfo argument that can be used to refer to ANY Value subclass.static ArgumentInfoCreate an ArgumentInfo from the Value class and optional PMap of additional properties.static ArgumentInfoCreate an ArgumentInfo from the Value class and optional PMap of additional properties.static ArgumentInfoParse the provided String into an ArgumentInfo if possible.Methods in org.praxislive.core that return types with arguments of type ArgumentInfoModifier and TypeMethodDescriptionstatic Optional<ArgumentInfo> Coerce the provided Value into an ArgumentInfo if possible.ControlInfo.inputs()The list of inputArgumentInfo.ControlInfo.outputs()The list of outputArgumentInfo.Methods in org.praxislive.core with parameters of type ArgumentInfoModifier and TypeMethodDescriptionstatic ControlInfoControlInfo.createPropertyInfo(ArgumentInfo argument, Value def, PMap properties) Create ControlInfo for a property control.static ControlInfoControlInfo.createReadOnlyPropertyInfo(ArgumentInfo argument, PMap properties) Create ControlInfo for a read-only property control.Info.PropertyInfoBuilder.input(ArgumentInfo info) Add input ArgumentInfo.Info.FunctionInfoBuilder.inputs(ArgumentInfo... inputs) Add ArgumentInfo for function inputs.Info.ReadOnlyPropertyInfoBuilder.output(ArgumentInfo info) Add output ArgumentInfo.Info.FunctionInfoBuilder.outputs(ArgumentInfo... outputs) Add ArgumentInfo for function outputs.Method parameters in org.praxislive.core with type arguments of type ArgumentInfoModifier and TypeMethodDescriptionstatic ControlInfoControlInfo.createFunctionInfo(List<ArgumentInfo> inputs, List<ArgumentInfo> outputs, PMap properties) Create ControlInfo for a function control.static ControlInfoControlInfo.createPropertyInfo(List<ArgumentInfo> arguments, List<Value> defaults, PMap properties) static ControlInfoControlInfo.createReadOnlyPropertyInfo(List<ArgumentInfo> arguments, PMap properties) -
Uses of ArgumentInfo in org.praxislive.core.types
Methods in org.praxislive.core.types that return ArgumentInfoModifier and TypeMethodDescriptionstatic ArgumentInfoPArray.info()Utility method to create anArgumentInfofor arguments of type PArray.static ArgumentInfoPBoolean.info()static ArgumentInfoPBytes.info()static ArgumentInfoPNumber.info()static ArgumentInfoPNumber.info(double min, double max) static ArgumentInfoPNumber.info(double min, double max, double skew) static ArgumentInfoPReference.info()static ArgumentInfostatic ArgumentInfoPResource.info()static ArgumentInfoPResource.info(boolean allowEmpty) static ArgumentInfoPString.info()static ArgumentInfostatic ArgumentInfoPNumber.integerInfo()static ArgumentInfoPNumber.integerInfo(int min, int max)