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()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 ComponentAddressDefaultCodeDelegate. 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) -
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()static ComponentAddressComponentAddress. parse(String addressString)Create an address from the supplied StringMethods 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)Stream<ComponentAddress>Services. locateAll(Class<? extends Service> service) -
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)
-