Uses of Class
org.praxislive.core.ArgumentInfo
-
Packages that use ArgumentInfo Package Description org.praxislive.code org.praxislive.core org.praxislive.core.types -
-
Uses of ArgumentInfo in org.praxislive.code
Methods in org.praxislive.code that return ArgumentInfo Modifier and Type Method Description abstract ArgumentInfoPropertyControl.Binding. getArgumentInfo()ArgumentInfoTypeConverter. getInfo() -
Uses of ArgumentInfo in org.praxislive.core
Methods in org.praxislive.core that return ArgumentInfo Modifier and Type Method Description static ArgumentInfoInfo. argument(Function<Info.ArgumentInfoChooser,Info.ArgumentInfoBuilder<?>> a)Apply the provided function to an ArgumentInfoChooser to choose and configure an ArgumentInfoBuilder and return the resulting ArgumentInfo.ArgumentInfoInfo.ArgumentInfoBuilder. build()static ArgumentInfoComponentAddress. info()static ArgumentInfoComponentInfo. info()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 ArgumentInfoArgumentInfo. of(Class<? extends Value> argClass)Create an ArgumentInfo from the Value class and optional PMap of additional properties.static ArgumentInfoArgumentInfo. of(Class<? extends Value> argClass, PMap properties)Create an ArgumentInfo from the Value class and optional PMap of additional properties.static ArgumentInfoArgumentInfo. parse(String string)Methods in org.praxislive.core that return types with arguments of type ArgumentInfo Modifier and Type Method Description static Optional<ArgumentInfo>ArgumentInfo. from(Value arg)List<ArgumentInfo>ControlInfo. inputs()List<ArgumentInfo>ControlInfo. outputs()Methods in org.praxislive.core with parameters of type ArgumentInfo Modifier and Type Method Description static ControlInfoControlInfo. createPropertyInfo(ArgumentInfo argument, Value def, PMap properties)static ControlInfoControlInfo. createReadOnlyPropertyInfo(ArgumentInfo argument, PMap properties)Info.PropertyInfoBuilderInfo.PropertyInfoBuilder. input(ArgumentInfo info)Add input ArgumentInfo.Info.FunctionInfoBuilderInfo.FunctionInfoBuilder. inputs(ArgumentInfo... inputs)Add ArgumentInfo for function inputs.Info.ReadOnlyPropertyInfoBuilderInfo.ReadOnlyPropertyInfoBuilder. output(ArgumentInfo info)Add output ArgumentInfo.Info.FunctionInfoBuilderInfo.FunctionInfoBuilder. outputs(ArgumentInfo... outputs)Add ArgumentInfo for function outputs.Method parameters in org.praxislive.core with type arguments of type ArgumentInfo Modifier and Type Method Description static ControlInfoControlInfo. createFunctionInfo(List<ArgumentInfo> inputs, List<ArgumentInfo> outputs, PMap properties)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 ArgumentInfo Modifier and Type Method Description static ArgumentInfoPArray. info()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 ArgumentInfoPReference. info(Class<?> clas)static ArgumentInfoPResource. info()static ArgumentInfoPResource. info(boolean allowEmpty)static ArgumentInfoPString. info()static ArgumentInfoPString. info(String... allowed)static ArgumentInfoPNumber. integerInfo()static ArgumentInfoPNumber. integerInfo(int min, int max)
-