Uses of Interface
org.praxislive.core.Lookup.Provider
-
Packages that use Lookup.Provider Package Description org.praxislive.base org.praxislive.code org.praxislive.code.userapi org.praxislive.core org.praxislive.hub org.praxislive.script.impl org.praxislive.tinkerforge -
-
Uses of Lookup.Provider in org.praxislive.base
Classes in org.praxislive.base that implement Lookup.Provider Modifier and Type Class Description 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
AbstractRoot
A general purpose base implementation ofRoot
.class
AbstractRootContainer
-
Uses of Lookup.Provider in org.praxislive.code
Subinterfaces of Lookup.Provider in org.praxislive.code Modifier and Type Interface Description static interface
LibraryResolver.Context
Context providing access to existing resolved libraries and files, the Lookup for resource resolution, and a LogBuilder for reporting information and errors.Classes in org.praxislive.code that implement Lookup.Provider Modifier and Type Class Description 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.Constructors in org.praxislive.code with parameters of type Lookup.Provider Constructor Description SharedCodeProperty(Lookup.Provider lookupContext, Consumer<LogBuilder> logHandler)
Create a shared code property. -
Uses of Lookup.Provider in org.praxislive.code.userapi
Subinterfaces of Lookup.Provider in org.praxislive.code.userapi Modifier and Type Interface Description static interface
Data.Packet<T>
A data holder used to wrap data of type T to be passed around a Pipe graph.Classes in org.praxislive.code.userapi that implement Lookup.Provider Modifier and Type Class Description static class
Data.Sink<T>
Data sink to drive pipe graph. -
Uses of Lookup.Provider in org.praxislive.core
Subinterfaces of Lookup.Provider 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.interface
Root
Root provides the companion part of the actor-model to Component within PraxisCORE's forest-of-actors model.interface
RootHub
RootHub implementations act as a container for Roots, providing a way for Roots to communicate with each other and access other hub-wide services.static interface
RootHub.ServiceProvider
An interface for RootHub extensions (seeRootHub.ExtensionProvider
) to advertise the services they provide. -
Uses of Lookup.Provider in org.praxislive.hub
Classes in org.praxislive.hub that implement Lookup.Provider Modifier and Type Class Description class
BasicCoreRoot
-
Uses of Lookup.Provider in org.praxislive.script.impl
Classes in org.praxislive.script.impl that implement Lookup.Provider Modifier and Type Class Description class
ScriptServiceImpl
-
Uses of Lookup.Provider in org.praxislive.tinkerforge
Classes in org.praxislive.tinkerforge that implement Lookup.Provider Modifier and Type Class Description class
TFRoot
-