Uses of Interface
org.praxislive.core.Root
Packages that use Root
Package
Description
-
Uses of Root in org.praxislive.base
Classes in org.praxislive.base that implement RootMethods in org.praxislive.base that return RootModifier and TypeMethodDescriptionfinal RootAbstractComponentFactory.createRoot(ComponentType type) Method parameters in org.praxislive.base with type arguments of type Root -
Uses of Root in org.praxislive.code
Classes in org.praxislive.code that implement RootModifier and TypeClassDescriptionclassCodeRoot<D extends CodeRootDelegate>ARootcomponent instance that is rewritable at runtime.classCodeRootContainer<D extends CodeRootContainerDelegate>Acontainer instance that is rewritable at runtime.invalid reference
Root -
Uses of Root in org.praxislive.core
Subinterfaces of Root in org.praxislive.coreModifier and TypeInterfaceDescriptionstatic interfaceAn interface for RootHub extensions (seeRootHub.ExtensionProvider) to advertise the services they provide.Methods in org.praxislive.core that return types with arguments of type RootModifier and TypeMethodDescriptionRootHub.ExtensionProvider.getExtensions()List of extensions to be installed. -
Uses of Root in org.praxislive.core.services
Methods in org.praxislive.core.services that return RootModifier and TypeMethodDescriptiondefault RootComponentFactory.createRoot(ComponentType type) Create an instance of the root associated with this type. -
Uses of Root in org.praxislive.hub
Classes in org.praxislive.hub that implement RootMethods in org.praxislive.hub that return RootModifier and TypeMethodDescriptionHub.CoreRootFactory.createCoreRoot(Hub.Accessor accessor, List<Root> extensions) Create a core root implementation with the provided RootHub accessor and extensions.Methods in org.praxislive.hub with parameters of type RootModifier and TypeMethodDescriptionHub.Builder.addExtension(Root extension) Add a root to install as an extension.protected final Root.ControllerBasicCoreRoot.installRoot(String id, Root root) Install a root in the hub with the provided ID.Method parameters in org.praxislive.hub with type arguments of type RootModifier and TypeMethodDescriptionHub.CoreRootFactory.createCoreRoot(Hub.Accessor accessor, List<Root> extensions) Create a core root implementation with the provided RootHub accessor and extensions.Constructor parameters in org.praxislive.hub with type arguments of type RootModifierConstructorDescriptionprotectedBasicCoreRoot(Hub.Accessor hubAccess, List<Root> exts) Create an instance. -
Uses of Root in org.praxislive.hub.net
Methods in org.praxislive.hub.net that return RootModifier and TypeMethodDescriptionNetworkCoreFactory.createCoreRoot(Hub.Accessor accessor, List<Root> extensions) Method parameters in org.praxislive.hub.net with type arguments of type RootModifier and TypeMethodDescriptionNetworkCoreFactory.createCoreRoot(Hub.Accessor accessor, List<Root> extensions) -
Uses of Root in org.praxislive.launcher
Methods in org.praxislive.launcher that return RootModifier and TypeMethodDescriptionTerminalIOProvider.createTerminalIO(Lookup context) Create Root for terminal IO. -
Uses of Root in org.praxislive.script
Classes in org.praxislive.script that implement Root