Uses of Interface
org.praxislive.core.Lookup
-
-
Uses of Lookup in org.praxislive.base
Methods in org.praxislive.base that return Lookup Modifier and Type Method Description protected Lookup
AbstractComponent. getLookup()
abstract Lookup
AbstractContainer.Delegate. getLookup()
Lookup
AbstractContainer. getLookup()
Lookup
AbstractRoot. getLookup()
Lookup
AbstractRootContainer. getLookup()
-
Uses of Lookup in org.praxislive.code
Methods in org.praxislive.code that return Lookup Modifier and Type Method Description Lookup
CodeContainer. getLookup()
Lookup
CodeContext. getLookup()
Get lookup.Lookup
CodeDelegate. getLookup()
Return a Lookup for finding instances of features.Lookup
CodeRoot. getLookup()
Lookup
CodeRootContainer. getLookup()
-
Uses of Lookup in org.praxislive.core
Classes in org.praxislive.core that implement Lookup Modifier and Type Class Description static class
Lookup.Empty
static class
Lookup.ObjectLookup
Fields in org.praxislive.core declared as Lookup Modifier and Type Field Description static Lookup
Lookup. EMPTY
An empty Lookupstatic Lookup
Lookup. SYSTEM
A system-wide Lookup, that by default delegates toServiceLoader
.Methods in org.praxislive.core that return Lookup Modifier and Type Method Description Lookup
ComponentRegistry.Result. componentData(ComponentType type)
Query the data for the provided component type.Lookup
Lookup.Provider. getLookup()
Get the Lookup from this Provider.static Lookup
Lookup. of(Object... instances)
Create a Lookup wrapping the given Objects.static Lookup
Lookup. of(Lookup parent, Object... instances)
Create a Lookup wrapping the given Objects and results from the provided parent Lookup.Lookup
ComponentRegistry.Result. rootData(ComponentType type)
Query the data for the provided root type.Methods in org.praxislive.core with parameters of type Lookup Modifier and Type Method Description static Lookup.ObjectLookup
Lookup.ObjectLookup. create(Lookup parent, Object... instances)
static Lookup
Lookup. of(Lookup parent, Object... instances)
Create a Lookup wrapping the given Objects and results from the provided parent Lookup.Constructor parameters in org.praxislive.core with type arguments of type Lookup Constructor Description Result(Map<ComponentType,Lookup> components, Map<ComponentType,Lookup> roots)
Construct a Result object. -
Uses of Lookup in org.praxislive.core.services
Methods in org.praxislive.core.services that return Lookup Modifier and Type Method Description default Lookup
ComponentFactory. componentData(ComponentType type)
Query the data associated with this component type.Lookup
ComponentFactory.MetaData. getLookup()
Deprecated.default Lookup
ComponentFactory. rootData(ComponentType type)
Query the data associated with this root type. -
Uses of Lookup in org.praxislive.core.types
Methods in org.praxislive.core.types with parameters of type Lookup Modifier and Type Method Description List<URI>
PResource. resolve(Lookup lookup)
-
Uses of Lookup in org.praxislive.hub
Methods in org.praxislive.hub that return Lookup Modifier and Type Method Description Lookup
Hub.CoreRootFactory. extendLookup(Lookup lookup)
Methods in org.praxislive.hub with parameters of type Lookup Modifier and Type Method Description Lookup
Hub.CoreRootFactory. extendLookup(Lookup lookup)
-
Uses of Lookup in org.praxislive.hub.net
Methods in org.praxislive.hub.net that return Lookup Modifier and Type Method Description Lookup
NetworkCoreFactory. extendLookup(Lookup lookup)
Methods in org.praxislive.hub.net with parameters of type Lookup Modifier and Type Method Description Lookup
NetworkCoreFactory. extendLookup(Lookup lookup)
-
Uses of Lookup in org.praxislive.launcher
Methods in org.praxislive.launcher with parameters of type Lookup Modifier and Type Method Description Root
TerminalIOProvider. createTerminalIO(Lookup context)
Create Root for terminal IO. -
Uses of Lookup in org.praxislive.script
Methods in org.praxislive.script that return Lookup Modifier and Type Method Description Lookup
Env. getLookup()
-
Uses of Lookup in org.praxislive.tinkerforge
Methods in org.praxislive.tinkerforge that return Lookup Modifier and Type Method Description Lookup
TFRoot. getLookup()
-
Uses of Lookup in org.praxislive.video
Methods in org.praxislive.video that return Lookup Modifier and Type Method Description Lookup
ClientConfiguration. getLookup()
default Lookup
Player. getLookup()
Lookup
PlayerConfiguration. getLookup()
abstract Lookup
VideoContext.Client. getLookup()
Constructors in org.praxislive.video with parameters of type Lookup Constructor Description ClientConfiguration(int sourceCount, int sinkCount, Lookup lookup)
PlayerConfiguration(Clock clock, int width, int height, double fps, Lookup lookup)
-
Uses of Lookup in org.praxislive.video.pgl
Methods in org.praxislive.video.pgl that return Lookup Modifier and Type Method Description Lookup
PGLPlayer. getLookup()
-