Uses of Interface
org.praxislive.ide.model.ComponentProxy
Packages that use ComponentProxy
-
Uses of ComponentProxy in org.praxislive.ide.model
Subinterfaces of ComponentProxy in org.praxislive.ide.modelModifier and TypeInterfaceDescriptioninterfaceA proxy of a PraxisCORE container.interfaceA proxy for a PraxisCORE root.Methods in org.praxislive.ide.model that return ComponentProxyModifier and TypeMethodDescriptionGet the proxy for the given child.Methods in org.praxislive.ide.model that return types with arguments of type ComponentProxyModifier and TypeMethodDescriptionCompletionStage<? extends ComponentProxy> Add a child component to the underlying container.default Optional<ComponentProxy> HubProxy.find(org.praxislive.core.ComponentAddress address) Find the proxy for the component with the given address (if available). -
Uses of ComponentProxy in org.praxislive.ide.pxr
Classes in org.praxislive.ide.pxr that implement ComponentProxyModifier and TypeClassDescriptionclassclassclass -
Uses of ComponentProxy in org.praxislive.ide.pxr.api
Methods in org.praxislive.ide.pxr.api with parameters of type ComponentProxyModifier and TypeMethodDescriptionstatic voidAttributes.clear(ComponentProxy cmp, String key) Clear the attribute on the given component.static <T extends org.praxislive.core.Value>
TAttributes.get(ComponentProxy cmp, Class<T> type, String key, T def) Get an attribute of a specific Value type from the given component.static StringAttributes.get(ComponentProxy cmp, String key, String def) Get a String attribute from the given component.static voidAttributes.set(ComponentProxy cmp, String key, String value) Set an attribute on the given component.static voidAttributes.set(ComponentProxy cmp, String key, org.praxislive.core.Value value) Set an attribute on the given component.