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 class
Info.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 class
Info.ActionInfoBuilder
Builder for ControlInfo of action controls.static class
Info.FunctionInfoBuilder
Builder for ControlInfo for function controls.static class
Info.PropertyInfoBuilder
Builder for ControlInfo of property controls.static class
Info.ReadOnlyPropertyInfoBuilder
Builder 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.ComponentInfoBuilder
Info.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 ControlInfo
Info. 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.
-