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 PortDescriptorPropertyControl.Descriptor. createPortDescriptor()PortDescriptorResourceProperty.Descriptor. createPortDescriptor()PortDescriptorTriggerControl.Descriptor. createPortDescriptor()protected PortDescriptorCodeContext. 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 voidCodeConnector. addPort(PortDescriptor port)Add a port descriptor.
-