Uses of Class
org.praxislive.core.ControlAddress
Packages that use ControlAddress
Package
Description
-
Uses of ControlAddress in org.praxislive.base
Methods in org.praxislive.base with parameters of type ControlAddressModifier and TypeMethodDescriptionvoidBindingContext.bind(ControlAddress address, Binding.Adaptor adaptor) Bind adaptor to the binding for the given ControlAddress.voidBindingContextControl.bind(ControlAddress address, Binding.Adaptor adaptor) voidBindingContext.unbind(ControlAddress address, Binding.Adaptor adaptor) Unbind adaptor from its binding.voidBindingContextControl.unbind(ControlAddress address, Binding.Adaptor adaptor) Constructors in org.praxislive.base with parameters of type ControlAddressModifierConstructorDescriptionBindingContextControl(ControlAddress controlAddress, ExecutionContext context, PacketRouter router) Create a BindingContextControl. -
Uses of ControlAddress in org.praxislive.code
Methods in org.praxislive.code that return ControlAddressModifier and TypeMethodDescriptionprotected ControlAddressCodeContext.getAddress(Control control) Find the address of the passed in control, or null if it does not have one.final ControlAddressGet the address of a control on this component.Methods in org.praxislive.code that return types with arguments of type ControlAddressModifier and TypeMethodDescriptionSharedCodeService.Result.getDependents()Get the map if dependent results.SharedCodeService.Task.getDependents()Get the map of dependents.Methods in org.praxislive.code with parameters of type ControlAddressModifier and TypeMethodDescriptionCodeDelegate.ask(ControlAddress destination, Object... args) Call a Control.CodeDelegate.ask(ControlAddress destination, List<Value> args) Call a Control.final voidCodeDelegate.tell(ControlAddress destination, double value) Send a message to a Control.final voidCodeDelegate.tell(ControlAddress destination, String value) Send a message to a Control.final voidCodeDelegate.tell(ControlAddress destination, Value value) Send a message to a Control.final voidCodeDelegate.tellIn(double seconds, ControlAddress destination, double value) Send a message to a Control in the given number of seconds or fractions of second from now.final voidCodeDelegate.tellIn(double seconds, ControlAddress destination, String value) Send a message to a Control in the given number of seconds or fractions of second from now.final voidCodeDelegate.tellIn(double seconds, ControlAddress destination, Value value) Send a message to a Control in the given number of seconds or fractions of second from now.Constructor parameters in org.praxislive.code with type arguments of type ControlAddressModifierConstructorDescriptionResult(ClassLoader sharedClasses, Map<ControlAddress, SharedCodeService.DependentResult<CodeDelegate>> dependents, LogBuilder log) Create a Result.Task(PMap sources, Map<ControlAddress, SharedCodeService.DependentTask<?>> dependents, LogLevel logLevel) Create a Task. -
Uses of ControlAddress in org.praxislive.core
Methods in org.praxislive.core that return ControlAddressModifier and TypeMethodDescriptionGet aControlAddressfor a control on this component.Call.from()Get the ControlAddress that this Call is being sent from, and if of type INVOKE or INVOKE_QUIET, where RETURN and ERROR calls should be sent.static ControlAddressstatic ControlAddressControlAddress.of(ComponentAddress component, String id) static ControlAddressCall.to()Get the ControlAddress that this Call should be sent to.Methods in org.praxislive.core that return types with arguments of type ControlAddressMethods in org.praxislive.core with parameters of type ControlAddressModifier and TypeMethodDescriptionstatic CallCall.create(ControlAddress toAddress, ControlAddress fromAddress, long timeCode) Create a Call with Type INVOKE and empty arguments.static CallCall.create(ControlAddress toAddress, ControlAddress fromAddress, long timeCode, List<Value> args) Create a Call with Type INVOKE.static CallCall.create(ControlAddress toAddress, ControlAddress fromAddress, long timeCode, Value arg) Create a Call with Type INVOKE.static CallCall.createQuiet(ControlAddress toAddress, ControlAddress fromAddress, long timeCode) Create a Call with Type INVOKE_QUIET and empty empty arguments.static CallCall.createQuiet(ControlAddress toAddress, ControlAddress fromAddress, long timeCode, List<Value> args) Create a Call with Type INVOKE_QUIET.static CallCall.createQuiet(ControlAddress toAddress, ControlAddress fromAddress, long timeCode, Value arg) Create a Call with Type INVOKE_QUIET. -
Uses of ControlAddress in org.praxislive.script
Methods in org.praxislive.script that return ControlAddressMethods in org.praxislive.script with parameters of type ControlAddressModifier and TypeMethodDescriptionstatic StackFrameStackFrame.call(ControlAddress to, List<Value> args) Create a StackFrame that makes a call to the provided control and returns the result.static StackFrameStackFrame.call(ControlAddress to, Value arg) Create a StackFrame that makes a call to the provided control and returns the result.