Uses of Class
org.praxislive.core.Info.ControlInfoBuilder
-
Packages that use Info.ControlInfoBuilder Package Description org.praxislive.core -
-
Uses of Info.ControlInfoBuilder in org.praxislive.core
Classes in org.praxislive.core with type parameters of type Info.ControlInfoBuilder Modifier and Type Class Description static classInfo.ControlInfoBuilder<T extends Info.ControlInfoBuilder<T>>Abstract base class for ControlInfo builders.Subclasses of Info.ControlInfoBuilder in org.praxislive.core Modifier and Type Class Description static classInfo.ActionInfoBuilderBuilder for ControlInfo of action controls.static classInfo.FunctionInfoBuilderBuilder for ControlInfo for function controls.static classInfo.PropertyInfoBuilderBuilder for ControlInfo of property controls.static classInfo.ReadOnlyPropertyInfoBuilderBuilder for ControlInfo of read-only properties.Method parameters in org.praxislive.core with type arguments of type Info.ControlInfoBuilder Modifier and Type Method Description Info.ComponentInfoBuilderInfo.ComponentInfoBuilder. control(String id, Function<Info.ControlInfoChooser,Info.ControlInfoBuilder<?>> ctrl)Add control info by applying the supplied function to choose and configure a builder.static ControlInfoInfo. control(Function<Info.ControlInfoChooser,Info.ControlInfoBuilder<?>> c)Apply the provided function to a ControlInfoChooser to choose and customize a ControlInfoBuilder and return the resulting ControlInfo.
-