Uses of Interface
org.praxislive.core.Component
Packages that use Component
Package
Description
-
Uses of Component in org.praxislive.base
Classes in org.praxislive.base that implement ComponentModifier and TypeClassDescriptionclassclassAbstract base class forContainersupporting all controls ofContainerProtocol.static classDelegate base class to be used inside a wrapper class implementingContainer.classMethods in org.praxislive.base that return ComponentModifier and TypeMethodDescriptionfinal ComponentAbstractComponentFactory.createComponent(ComponentType type) protected ComponentAbstractContainer.removeChild(String id) protected final ComponentAbstractRootContainer.removeChild(String id) Methods in org.praxislive.base with parameters of type ComponentModifier and TypeMethodDescriptionprotected voidprotected final voidAbstractContainer.getAddress(Component child) AbstractRootContainer.getAddress(Component child) protected StringAbstractContainer.getChildID(Component child) protected abstract voidAbstractContainer.Delegate.notifyChild(Component child) Notify the child of its addition to the container by calling through toparentNotify(org.praxislive.core.Container)with the wrapper instance.protected voidAbstractContainer.notifyChild(Component child) protected voidAbstractContainer.recordChildType(Component child, ComponentType type) Method parameters in org.praxislive.base with type arguments of type Component -
Uses of Component in org.praxislive.code
Classes in org.praxislive.code that implement ComponentModifier and TypeClassDescriptionclassCodeComponent<D extends CodeDelegate>A CodeComponent is a Component instance that is rewritable at runtime.classCodeContainer<D extends CodeContainerDelegate>A CodeContainer is a Container instance that is rewritable at runtime.classCodeRoot<D extends CodeRootDelegate>ARootcomponent instance that is rewritable at runtime.classCodeRootContainer<D extends CodeRootContainerDelegate>Acontainer instance that is rewritable at runtime.invalid reference
RootMethods in org.praxislive.code that return ComponentModifier and TypeMethodDescriptionMethods in org.praxislive.code with parameters of type ComponentModifier and TypeMethodDescriptionCodeContainer.getAddress(Component child) CodeRootContainer.getAddress(Component child) -
Uses of Component in org.praxislive.core
Subinterfaces of Component in org.praxislive.coreModifier and TypeInterfaceDescriptioninterfaceExtension to the Component interface for components that can contain other components as children.Methods in org.praxislive.core that return ComponentModifier and TypeMethodDescriptionGet child component with specific ID.Methods in org.praxislive.core with parameters of type ComponentModifier and TypeMethodDescriptionContainer.getAddress(Component child) Get the address for the provided child component, or null if the component is not a child of this container.default ComponentTypeGet theComponentTypeof the provided child. -
Uses of Component in org.praxislive.core.services
Methods in org.praxislive.core.services that return ComponentModifier and TypeMethodDescriptiondefault ComponentComponentFactory.createComponent(ComponentType type) Create an instance of the component associated with this type.