Uses of Interface
org.praxislive.core.Root
-
-
Uses of Root in org.praxislive.base
Classes in org.praxislive.base that implement Root Modifier and Type Class Description classAbstractRootA general purpose base implementation ofRoot.classAbstractRootContainerMethods in org.praxislive.base that return Root Modifier and Type Method Description RootAbstractComponentFactory. createRootComponent(ComponentType type)Methods in org.praxislive.base that return types with arguments of type Root Modifier and Type Method Description ComponentFactory.MetaData<? extends Root>AbstractComponentFactory. getRootMetaData(ComponentType type)Method parameters in org.praxislive.base with type arguments of type Root Modifier and Type Method Description protected voidAbstractComponentFactory. addRoot(String type, Class<? extends Root> cls)protected voidAbstractComponentFactory. addRoot(String type, AbstractComponentFactory.Data<? extends Root> info) -
Uses of Root in org.praxislive.code
Classes in org.praxislive.code that implement Root Modifier and Type Class Description classCodeRoot<D extends CodeRootDelegate>ARootcomponent instance that is rewritable at runtime.classCodeRootContainer<D extends CodeRootContainerDelegate>ARootcontainer instance that is rewritable at runtime.Methods in org.praxislive.code that return types with arguments of type Root Modifier and Type Method Description ComponentFactory.MetaData<? extends Root>AbstractComponentFactory. getRootMetaData(ComponentType type) -
Uses of Root in org.praxislive.core
Subinterfaces of Root in org.praxislive.core Modifier and Type Interface Description static interfaceRootHub.ServiceProviderAn interface for RootHub extensions (seeRootHub.ExtensionProvider) to advertise the services they provide.Methods in org.praxislive.core that return types with arguments of type Root Modifier and Type Method Description List<Root>RootHub.ExtensionProvider. getExtensions()List of extensions to be installed. -
Uses of Root in org.praxislive.core.services
Methods in org.praxislive.core.services that return Root Modifier and Type Method Description default RootComponentFactory. createRoot(ComponentType type)Create an instance of the root associated with this type.default RootComponentFactory. createRootComponent(ComponentType type)Deprecated.Methods in org.praxislive.core.services that return types with arguments of type Root Modifier and Type Method Description default ComponentFactory.MetaData<? extends Root>ComponentFactory. getRootMetaData(ComponentType type)Deprecated. -
Uses of Root in org.praxislive.hub
Classes in org.praxislive.hub that implement Root Modifier and Type Class Description classBasicCoreRootMethods in org.praxislive.hub that return Root Modifier and Type Method Description abstract RootHub.CoreRootFactory. createCoreRoot(Hub.Accessor accessor, List<Root> extensions)Methods in org.praxislive.hub with parameters of type Root Modifier and Type Method Description Hub.BuilderHub.Builder. addExtension(Root extension)protected voidBasicCoreRoot. installRoot(String id, String type, Root root)Method parameters in org.praxislive.hub with type arguments of type Root Modifier and Type Method Description abstract RootHub.CoreRootFactory. createCoreRoot(Hub.Accessor accessor, List<Root> extensions)Constructor parameters in org.praxislive.hub with type arguments of type Root Constructor Description BasicCoreRoot(Hub.Accessor hubAccess, List<Root> exts) -
Uses of Root in org.praxislive.hub.net
Methods in org.praxislive.hub.net that return Root Modifier and Type Method Description RootNetworkCoreFactory. createCoreRoot(Hub.Accessor accessor, List<Root> extensions)Method parameters in org.praxislive.hub.net with type arguments of type Root Modifier and Type Method Description RootNetworkCoreFactory. createCoreRoot(Hub.Accessor accessor, List<Root> extensions) -
Uses of Root in org.praxislive.launcher
Methods in org.praxislive.launcher that return Root Modifier and Type Method Description RootTerminalIOProvider. createTerminalIO(Lookup context)Create Root for terminal IO. -
Uses of Root in org.praxislive.script.impl
Classes in org.praxislive.script.impl that implement Root Modifier and Type Class Description classScriptServiceImpl -
Uses of Root in org.praxislive.tinkerforge
Classes in org.praxislive.tinkerforge that implement Root Modifier and Type Class Description classTFRoot
-