Uses of Interface
org.praxislive.core.Component
-
Packages that use Component Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.core.services org.praxislive.tinkerforge -
-
Uses of Component in org.praxislive.base
Classes in org.praxislive.base that implement Component Modifier and Type Class Description classAbstractComponentclassAbstractContainerAbstract base class forContainersupporting all controls ofContainerProtocol.static classAbstractContainer.DelegateDelegate base class to be used inside a wrapper class implementingContainer.classAbstractRootContainerMethods in org.praxislive.base that return Component Modifier and Type Method Description ComponentAbstractComponentFactory. createComponent(ComponentType type)ComponentAbstractContainer. getChild(String id)ComponentAbstractRootContainer. getChild(String id)protected ComponentAbstractContainer. removeChild(String id)protected ComponentAbstractRootContainer. removeChild(String id)Methods in org.praxislive.base that return types with arguments of type Component Modifier and Type Method Description ComponentFactory.MetaData<? extends Component>AbstractComponentFactory. getMetaData(ComponentType type)Methods in org.praxislive.base with parameters of type Component Modifier and Type Method Description protected voidAbstractContainer. addChild(String id, Component child)protected voidAbstractRootContainer. addChild(String id, Component child)ComponentAddressAbstractContainer. getAddress(Component child)ComponentAddressAbstractRootContainer. getAddress(Component child)protected StringAbstractContainer. getChildID(Component child)protected abstract voidAbstractContainer.Delegate. notifyChild(Component child)protected voidAbstractContainer. notifyChild(Component child)Method parameters in org.praxislive.base with type arguments of type Component Modifier and Type Method Description protected voidAbstractComponentFactory. add(String type, Class<? extends Component> cls)protected voidAbstractComponentFactory. add(String type, AbstractComponentFactory.Data<? extends Component> info) -
Uses of Component in org.praxislive.code
Classes in org.praxislive.code that implement Component Modifier and Type Class Description classCodeComponent<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.Methods in org.praxislive.code that return Component Modifier and Type Method Description ComponentCodeContainer. getChild(String id)Methods in org.praxislive.code that return types with arguments of type Component Modifier and Type Method Description ComponentFactory.MetaData<? extends Component>AbstractComponentFactory. getMetaData(ComponentType type)Methods in org.praxislive.code with parameters of type Component Modifier and Type Method Description ComponentAddressCodeContainer. getAddress(Component child) -
Uses of Component in org.praxislive.core
Subinterfaces of Component in org.praxislive.core Modifier and Type Interface Description interfaceContainerExtension to the Component interface for components that can contain other components as children.Methods in org.praxislive.core that return Component Modifier and Type Method Description ComponentContainer. getChild(String id)Get child component with specific ID.Methods in org.praxislive.core with parameters of type Component Modifier and Type Method Description ComponentAddressContainer. getAddress(Component child)Get the address for the provided child component, or null if the component is not a child of this container. -
Uses of Component in org.praxislive.core.services
Methods in org.praxislive.core.services that return Component Modifier and Type Method Description default ComponentComponentFactory. createComponent(ComponentType type)Methods in org.praxislive.core.services that return types with arguments of type Component Modifier and Type Method Description ComponentFactory.MetaData<? extends Component>ComponentFactory. getMetaData(ComponentType type) -
Uses of Component in org.praxislive.tinkerforge
Classes in org.praxislive.tinkerforge that implement Component Modifier and Type Class Description classTFRoot
-