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 class
AbstractRoot
A general purpose base implementation ofRoot
.class
AbstractRootContainer
Methods in org.praxislive.base that return Root Modifier and Type Method Description Root
AbstractComponentFactory. 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 void
AbstractComponentFactory. addRoot(String type, Class<? extends Root> cls)
protected void
AbstractComponentFactory. 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 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 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 interface
RootHub.ServiceProvider
An 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 Root
ComponentFactory. createRoot(ComponentType type)
Create an instance of the root associated with this type.default Root
ComponentFactory. 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 class
BasicCoreRoot
Methods in org.praxislive.hub that return Root Modifier and Type Method Description abstract Root
Hub.CoreRootFactory. createCoreRoot(Hub.Accessor accessor, List<Root> extensions)
Methods in org.praxislive.hub with parameters of type Root Modifier and Type Method Description Hub.Builder
Hub.Builder. addExtension(Root extension)
protected void
BasicCoreRoot. 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 Root
Hub.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 Root
NetworkCoreFactory. 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 Root
NetworkCoreFactory. 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 Root
TerminalIOProvider. 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 class
ScriptServiceImpl
-
Uses of Root in org.praxislive.tinkerforge
Classes in org.praxislive.tinkerforge that implement Root Modifier and Type Class Description class
TFRoot
-