Uses of Class
org.praxislive.core.Info.ComponentInfoBuilder
Packages that use Info.ComponentInfoBuilder
-
Uses of Info.ComponentInfoBuilder in org.praxislive.code
Methods in org.praxislive.code with parameters of type Info.ComponentInfoBuilderModifier and TypeMethodDescriptionprotected voidCodeConnector.buildBaseComponentInfo(Info.ComponentInfoBuilder cmp) Build base component info.protected voidCodeContainer.Connector.buildBaseComponentInfo(Info.ComponentInfoBuilder cmp) protected voidCodeRoot.Connector.buildBaseComponentInfo(Info.ComponentInfoBuilder cmp) protected voidCodeRootContainer.Connector.buildBaseComponentInfo(Info.ComponentInfoBuilder cmp) protected voidCodeConnector.buildControlInfo(Info.ComponentInfoBuilder cmp, Map<String, ControlDescriptor<?>> controls) Build control info.protected voidCodeConnector.buildPortInfo(Info.ComponentInfoBuilder cmp, Map<String, PortDescriptor<?>> ports) Build port info. -
Uses of Info.ComponentInfoBuilder in org.praxislive.core
Methods in org.praxislive.core that return Info.ComponentInfoBuilderModifier and TypeMethodDescriptionstatic Info.ComponentInfoBuilderInfo.component()Create a 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.Info.ComponentInfoBuilder.control(String id, ControlInfo info) Add control info.Info.ComponentInfoBuilder.merge(ComponentInfo info) Merge all elements of the provided ComponentInfo.Info.ComponentInfoBuilder.port(String id, Function<Info.PortInfoChooser, Info.PortInfoBuilder> p) Add port info by applying the supplied function to choose and configure a builder.Add port info.Add custom property.Add a protocol.Add a protocol.Method parameters in org.praxislive.core with type arguments of type Info.ComponentInfoBuilderModifier and TypeMethodDescriptionstatic ComponentInfoInfo.component(UnaryOperator<Info.ComponentInfoBuilder> cmp) Apply the provided function to a new ComponentInfoBuilder and return the resulting ComponentInfo.