Uses of Class
org.praxislive.core.Info.ReadOnlyPropertyInfoBuilder
-
Packages that use Info.ReadOnlyPropertyInfoBuilder Package Description org.praxislive.core -
-
Uses of Info.ReadOnlyPropertyInfoBuilder in org.praxislive.core
Methods in org.praxislive.core that return Info.ReadOnlyPropertyInfoBuilder Modifier and Type Method Description Info.ReadOnlyPropertyInfoBuilderInfo.ReadOnlyPropertyInfoBuilder. output(Class<? extends Value> type)Add output ArgumentInfo for the provided value type.Info.ReadOnlyPropertyInfoBuilderInfo.ReadOnlyPropertyInfoBuilder. output(Function<Info.ArgumentInfoChooser,Info.ArgumentInfoBuilder<?>> a)Add output ArgumentInfo by applying the provided function to choose and configure an ArgumentInfoBuilder.Info.ReadOnlyPropertyInfoBuilderInfo.ReadOnlyPropertyInfoBuilder. output(ArgumentInfo info)Add output ArgumentInfo.Info.ReadOnlyPropertyInfoBuilderInfo.ControlInfoChooser. readOnlyProperty()Create a ReadOnlyPropertyBuilder for a property.
-