Uses of Class
org.praxislive.core.Info.PortInfoBuilder
-
Packages that use Info.PortInfoBuilder Package Description org.praxislive.core -
-
Uses of Info.PortInfoBuilder in org.praxislive.core
Methods in org.praxislive.core that return Info.PortInfoBuilder Modifier and Type Method Description Info.PortInfoBuilderInfo.PortInfoChooser. input(Class<? extends Port> type)Create a PortInfoBuilder for input ports of the provided base type.Info.PortInfoBuilderInfo.PortInfoChooser. output(Class<? extends Port> type)Create a PortInfoBuilder for output ports of the provided base type.Info.PortInfoBuilderInfo.PortInfoBuilder. property(String key, Object value)Add custom property.Method parameters in org.praxislive.core with type arguments of type Info.PortInfoBuilder Modifier and Type Method Description Info.ComponentInfoBuilderInfo.ComponentInfoBuilder. port(String id, Function<Info.PortInfoChooser,Info.PortInfoBuilder> p)Add port info by applying the supplied function to choose and configure a builder.static PortInfoInfo. port(Function<Info.PortInfoChooser,Info.PortInfoBuilder> p)Apply the provided function to a PortInfoChooser to choose and customize a PortInfoBuilder and return the resulting PortInfo.
-