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