Uses of Class
org.praxislive.core.Info.ControlInfoChooser
-
Packages that use Info.ControlInfoChooser Package Description org.praxislive.core -
-
Uses of Info.ControlInfoChooser in org.praxislive.core
Methods in org.praxislive.core that return Info.ControlInfoChooser Modifier and Type Method Description static Info.ControlInfoChooser
Info. control()
Get a ControlInfoChooser to choose a ControlInfoBuilderMethod parameters in org.praxislive.core with type arguments of type Info.ControlInfoChooser 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.
-