Uses of Class
org.praxislive.core.Info.ControlInfoBuilder
Packages that use Info.ControlInfoBuilder
-
Uses of Info.ControlInfoBuilder in org.praxislive.core
Classes in org.praxislive.core with type parameters of type Info.ControlInfoBuilderModifier and TypeClassDescriptionstatic classInfo.ControlInfoBuilder<T extends Info.ControlInfoBuilder<T>>Abstract base class for ControlInfo builders.Subclasses of Info.ControlInfoBuilder in org.praxislive.coreModifier and TypeClassDescriptionstatic final classBuilder for ControlInfo of action controls.static final classBuilder for ControlInfo for function controls.static final classBuilder for ControlInfo of property controls.static final classBuilder for ControlInfo of read-only properties.Method parameters in org.praxislive.core with type arguments of type Info.ControlInfoBuilderModifier and TypeMethodDescriptionInfo.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 ControlInfoApply the provided function to a ControlInfoChooser to choose and customize a ControlInfoBuilder and return the resulting ControlInfo.