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.PortInfoBuilder
Info.PortInfoChooser. input(Class<? extends Port> type)
Create a PortInfoBuilder for input ports of the provided base type.Info.PortInfoBuilder
Info.PortInfoChooser. output(Class<? extends Port> type)
Create a PortInfoBuilder for output ports of the provided base type.Info.PortInfoBuilder
Info.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.ComponentInfoBuilder
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.static PortInfo
Info. 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.
-