Uses of Class
org.praxislive.core.ComponentAddress
-
Packages that use ComponentAddress Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.core.services org.praxislive.hub org.praxislive.script.impl -
-
Uses of ComponentAddress in org.praxislive.base
Methods in org.praxislive.base that return ComponentAddress Modifier and Type Method Description protected ComponentAddressAbstractComponent. findService(Class<? extends Service> service)protected ComponentAddressAbstractRoot. findService(Class<? extends Service> service)Find a Service address in the lookup.protected ComponentAddressAbstractComponent. getAddress()protected abstract ComponentAddressAbstractContainer.Delegate. getAddress()ComponentAddressAbstractContainer. getAddress(Component child)protected ComponentAddressAbstractRoot. getAddress()Get the address of this Root.ComponentAddressAbstractRootContainer. getAddress(Component child) -
Uses of ComponentAddress in org.praxislive.code
Methods in org.praxislive.code that return ComponentAddress Modifier and Type Method Description ComponentAddressCodeContainer. getAddress(Component child)ComponentAddressCodeRootContainer. getAddress(Component child)ComponentAddressCodeDelegate. self()Get this component's address.Methods in org.praxislive.code that return types with arguments of type ComponentAddress Modifier and Type Method Description Optional<ComponentAddress>CodeContext. locateService(Class<? extends Service> type)Locate the provided service type, if available. -
Uses of ComponentAddress in org.praxislive.core
Methods in org.praxislive.core that return ComponentAddress Modifier and Type Method Description ComponentAddressControlAddress. component()ComponentAddressPortAddress. component()ComponentAddressContainer. getAddress(Component child)Get the address for the provided child component, or null if the component is not a child of this container.static ComponentAddressComponentAddress. of(String address)Create an address from the supplied Stringstatic ComponentAddressComponentAddress. of(ComponentAddress address, String path)Create a ComponentAddress by adding the supplied path to the end of the supplied ComponentAddress.ComponentAddressComponentAddress. parent()The parent address.static ComponentAddressComponentAddress. parse(String addressString)Create an address from the supplied StringComponentAddressComponentAddress. resolve(String path)Resolve the provided path or child ID against this address.Methods in org.praxislive.core that return types with arguments of type ComponentAddress Modifier and Type Method Description static Optional<ComponentAddress>ComponentAddress. from(Value arg)Methods in org.praxislive.core with parameters of type ComponentAddress Modifier and Type Method Description static ComponentAddressComponentAddress. of(ComponentAddress address, String path)Create a ComponentAddress by adding the supplied path to the end of the supplied ComponentAddress.static ControlAddressControlAddress. of(ComponentAddress component, String id)static PortAddressPortAddress. of(ComponentAddress component, String id) -
Uses of ComponentAddress in org.praxislive.core.services
Methods in org.praxislive.core.services that return types with arguments of type ComponentAddress Modifier and Type Method Description Optional<ComponentAddress>Services. locate(Class<? extends Service> service)Locate the primary implementation of the requested service, if available.Stream<ComponentAddress>Services. locateAll(Class<? extends Service> service)Locate all the available implementations of the requested service, if available. -
Uses of ComponentAddress in org.praxislive.hub
Methods in org.praxislive.hub with parameters of type ComponentAddress Modifier and Type Method Description voidHub.Accessor. registerService(Class<? extends Service> service, ComponentAddress provider) -
Uses of ComponentAddress in org.praxislive.script.impl
Constructors in org.praxislive.script.impl with parameters of type ComponentAddress Constructor Description ScriptExecutor(Env context, ComponentAddress ctxt)
-