Uses of Interface
org.praxislive.core.Port
Packages that use Port
Package
Description
-
Uses of Port in org.praxislive.audio
Classes in org.praxislive.audio that implement PortModifier and TypeClassDescriptionclassstatic classstatic classclassclassMethods in org.praxislive.audio with parameters of type PortModifier and TypeMethodDescriptionfinal voidvoidfinal voidAudioPort.Input.disconnect(Port port) voidDefaultAudioOutputPort.disconnect(Port port) -
Uses of Port in org.praxislive.base
Methods in org.praxislive.base that return PortModifier and TypeMethodDescriptionMethods in org.praxislive.base with parameters of type PortModifier and TypeMethodDescriptionprotected final voidAbstractComponent.registerPort(String id, Port port) -
Uses of Port in org.praxislive.code
Classes in org.praxislive.code that implement PortModifier and TypeClassDescriptionclassclassclassDataPort<T>static final classstatic final classclassRefPort<T>Ports for sharing Ref values.static final classRef input, linked toimplementation.invalid reference
Ref.Instatic final classOutput port linked toRefimplementation.Methods in org.praxislive.code that return PortModifier and TypeMethodDescriptionprotected PortGet the port with the specified ID, or null if there isn't one.abstract PortPortDescriptor.port()Get the wrapped port.Methods in org.praxislive.code that return types with arguments of type PortMethods in org.praxislive.code with parameters of type PortModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidControlOutput.disconnect(Port port) voidDataPort.Input.disconnect(Port port) voidDataPort.Output.disconnect(Port port) voidRefPort.Input.disconnect(Port port) voidRefPort.Output.disconnect(Port port) -
Uses of Port in org.praxislive.core
Classes in org.praxislive.core with type parameters of type PortClasses in org.praxislive.core that implement PortModifier and TypeClassDescriptionclassstatic classstatic classMethods in org.praxislive.core with type parameters of type PortModifier and TypeMethodDescriptionMethods in org.praxislive.core that return PortModifier and TypeMethodDescriptionGet the Port with the given ID, or null if it does not exist.Methods in org.praxislive.core that return types with arguments of type PortMethods in org.praxislive.core with parameters of type PortModifier and TypeMethodDescriptionvoidvoidvoidPortListener.connectionsChanged(Port source) voidControlPort.Input.disconnect(Port port) voidPort.disconnect(Port port) default booleanPort.isConnectedTo(Port port) Method parameters in org.praxislive.core with type arguments of type PortModifier and TypeMethodDescriptionstatic PortInfoPortInfo.create(Class<? extends Port> typeClass, PortInfo.Direction direction, PMap properties) Create a PortInfo.Create a PortInfoBuilder for input ports of the provided base type.Create a PortInfoBuilder for output ports of the provided base type. -
Uses of Port in org.praxislive.video
Classes in org.praxislive.video that implement PortModifier and TypeClassDescriptionclassclassclassstatic classstatic classMethods in org.praxislive.video with parameters of type PortModifier and TypeMethodDescriptionvoidfinal voidvoidDefaultVideoOutputPort.disconnect(Port port) final voidVideoPort.Input.disconnect(Port port)