Uses of Class
org.praxislive.core.ComponentAddress
Packages that use ComponentAddress
Package
Description
-
Uses of ComponentAddress in org.praxislive.base
Methods in org.praxislive.base that return ComponentAddressModifier and TypeMethodDescriptionprotected 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()AbstractContainer.getAddress(Component child) protected final ComponentAddressAbstractRoot.getAddress()Get the address of this Root.AbstractRootContainer.getAddress(Component child) -
Uses of ComponentAddress in org.praxislive.code
Methods in org.praxislive.code that return ComponentAddressModifier and TypeMethodDescriptionCodeContainer.getAddress(Component child) CodeRootContainer.getAddress(Component child) final ComponentAddressCodeDelegate.self()Get this component's address.Methods in org.praxislive.code that return types with arguments of type ComponentAddressModifier and TypeMethodDescriptionCodeContext.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 ComponentAddressModifier and TypeMethodDescriptionControlAddress.component()PortAddress.component()Container.getAddress(Component child) Get the address for the provided child component, or null if the component is not a child of this container.static ComponentAddressCreate 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.ComponentAddress.parent()The parent address.static ComponentAddressCreate an address from the supplied StringResolve the provided path or child ID against this address.Methods in org.praxislive.core that return types with arguments of type ComponentAddressMethods in org.praxislive.core with parameters of type ComponentAddressModifier and TypeMethodDescriptionstatic 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 ComponentAddressModifier and TypeMethodDescriptionLocate the primary implementation of the requested service, if available.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 ComponentAddressModifier and TypeMethodDescriptionvoidHub.Accessor.registerService(Class<? extends Service> service, ComponentAddress provider) Register a service provider.Method parameters in org.praxislive.hub with type arguments of type ComponentAddressModifier and TypeMethodDescriptionprotected voidBasicCoreRoot.buildServiceMap(Map<Class<? extends Service>, ComponentAddress> srvs) Build the map of services implemented by this root.