Uses of Class
org.praxislive.code.PortDescriptor
Packages that use PortDescriptor
-
Uses of PortDescriptor in org.praxislive.code
Classes in org.praxislive.code with type parameters of type PortDescriptorModifier and TypeClassDescriptionclassPortDescriptor<T extends PortDescriptor<T>>A PortDescriptor wraps a Port in a CodeContext.Methods in org.praxislive.code that return PortDescriptorModifier and TypeMethodDescriptionPropertyControl.Descriptor.createPortDescriptor()ResourceProperty.Descriptor.createPortDescriptor()TriggerControl.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 with parameters of type PortDescriptorModifier and TypeMethodDescriptionvoidCodeConnector.addPort(PortDescriptor port) Add a port descriptor.voidCodeRoot.Connector.addPort(PortDescriptor port) Method parameters in org.praxislive.code with type arguments of type PortDescriptorModifier and TypeMethodDescriptionprotected voidCodeConnector.buildPortInfo(Info.ComponentInfoBuilder cmp, Map<String, PortDescriptor<?>> ports) Build port info.