Uses of Class
org.praxislive.code.PortDescriptor
-
Packages that use PortDescriptor Package Description org.praxislive.code -
-
Uses of PortDescriptor in org.praxislive.code
Methods in org.praxislive.code that return PortDescriptor Modifier and Type Method Description PortDescriptor
PropertyControl.Descriptor. createPortDescriptor()
PortDescriptor
ResourceProperty.Descriptor. createPortDescriptor()
PortDescriptor
TriggerControl.Descriptor. createPortDescriptor()
protected PortDescriptor
CodeContext. getPortDescriptor(String id)
Get the port descriptor for the specified ID, or null if there isn't one.Methods in org.praxislive.code that return types with arguments of type PortDescriptor Modifier and Type Method Description protected Map<String,PortDescriptor>
CodeConnector. extractPorts()
Called by the CodeContext to access all processed port descriptors.Methods in org.praxislive.code with parameters of type PortDescriptor Modifier and Type Method Description void
CodeConnector. addPort(PortDescriptor port)
Add a port descriptor.void
CodeRoot.Connector. addPort(PortDescriptor port)
Method parameters in org.praxislive.code with type arguments of type PortDescriptor Modifier and Type Method Description protected void
CodeConnector. buildPortInfo(Info.ComponentInfoBuilder cmp, Map<String,PortDescriptor> ports)
Build port info.
-