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 class
AbstractComponent
class
AbstractContainer
Abstract base class forContainer
supporting all controls ofContainerProtocol
.static class
AbstractContainer.Delegate
Delegate base class to be used inside a wrapper class implementingContainer
.class
AbstractRootContainer
Methods in org.praxislive.base that return Component Modifier and Type Method Description Component
AbstractComponentFactory. createComponent(ComponentType type)
Component
AbstractContainer. getChild(String id)
Component
AbstractRootContainer. getChild(String id)
protected Component
AbstractContainer. removeChild(String id)
protected Component
AbstractRootContainer. 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 void
AbstractContainer. addChild(String id, Component child)
protected void
AbstractRootContainer. addChild(String id, Component child)
ComponentAddress
AbstractContainer. getAddress(Component child)
ComponentAddress
AbstractRootContainer. getAddress(Component child)
protected String
AbstractContainer. getChildID(Component child)
protected abstract void
AbstractContainer.Delegate. notifyChild(Component child)
protected void
AbstractContainer. notifyChild(Component child)
Method parameters in org.praxislive.base with type arguments of type Component Modifier and Type Method Description protected void
AbstractComponentFactory. add(String type, Class<? extends Component> cls)
protected void
AbstractComponentFactory. 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 class
CodeComponent<D extends CodeDelegate>
A CodeComponent is a Component instance that is rewritable at runtime.class
CodeContainer<D extends CodeContainerDelegate>
A CodeContainer is a Container instance that is rewritable at runtime.class
CodeRoot<D extends CodeRootDelegate>
ARoot
component instance that is rewritable at runtime.class
CodeRootContainer<D extends CodeRootContainerDelegate>
ARoot
container instance that is rewritable at runtime.Methods in org.praxislive.code that return Component Modifier and Type Method Description Component
CodeContainer. getChild(String id)
Component
CodeRootContainer. 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 ComponentAddress
CodeContainer. getAddress(Component child)
ComponentAddress
CodeRootContainer. getAddress(Component child)
-
Uses of Component in org.praxislive.core
Subinterfaces of Component in org.praxislive.core Modifier and Type Interface Description interface
Container
Extension 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 Component
Container. getChild(String id)
Get child component with specific ID.Methods in org.praxislive.core with parameters of type Component Modifier and Type Method Description ComponentAddress
Container. 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 Component
ComponentFactory. createComponent(ComponentType type)
Create an instance of the component associated with this type.Methods in org.praxislive.core.services that return types with arguments of type Component Modifier and Type Method Description default ComponentFactory.MetaData<? extends Component>
ComponentFactory. getMetaData(ComponentType type)
Deprecated. -
Uses of Component in org.praxislive.tinkerforge
Classes in org.praxislive.tinkerforge that implement Component Modifier and Type Class Description class
TFRoot
-