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.ReadOnlyPropertyInfoBuilder
Info.ReadOnlyPropertyInfoBuilder. output(Class<? extends Value> type)
Add output ArgumentInfo for the provided value type.Info.ReadOnlyPropertyInfoBuilder
Info.ReadOnlyPropertyInfoBuilder. output(Function<Info.ArgumentInfoChooser,Info.ArgumentInfoBuilder<?>> a)
Add output ArgumentInfo by applying the provided function to choose and configure an ArgumentInfoBuilder.Info.ReadOnlyPropertyInfoBuilder
Info.ReadOnlyPropertyInfoBuilder. output(ArgumentInfo info)
Add output ArgumentInfo.Info.ReadOnlyPropertyInfoBuilder
Info.ControlInfoChooser. readOnlyProperty()
Create a ReadOnlyPropertyBuilder for a property.
-