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 LookupAbstractComponent. getLookup()abstract LookupAbstractContainer.Delegate. getLookup()LookupAbstractContainer. getLookup()LookupAbstractRoot. getLookup()LookupAbstractRootContainer. getLookup() -
Uses of Lookup in org.praxislive.code
Methods in org.praxislive.code that return Lookup Modifier and Type Method Description LookupCodeContainer. getLookup()LookupCodeContext. getLookup()Get lookup.LookupCodeDelegate. getLookup()Return a Lookup for finding instances of features.LookupCodeRoot. getLookup()LookupCodeRootContainer. getLookup() -
Uses of Lookup in org.praxislive.core
Classes in org.praxislive.core that implement Lookup Modifier and Type Class Description static classLookup.Emptystatic classLookup.ObjectLookupFields in org.praxislive.core declared as Lookup Modifier and Type Field Description static LookupLookup. EMPTYAn empty Lookupstatic LookupLookup. SYSTEMA system-wide Lookup, that by default delegates toServiceLoader.Methods in org.praxislive.core that return Lookup Modifier and Type Method Description LookupComponentRegistry.Result. componentData(ComponentType type)Query the data for the provided component type.LookupLookup.Provider. getLookup()Get the Lookup from this Provider.static LookupLookup. of(Object... instances)Create a Lookup wrapping the given Objects.static LookupLookup. of(Lookup parent, Object... instances)Create a Lookup wrapping the given Objects and results from the provided parent Lookup.LookupComponentRegistry.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.ObjectLookupLookup.ObjectLookup. create(Lookup parent, Object... instances)static LookupLookup. 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 LookupComponentFactory. componentData(ComponentType type)Query the data associated with this component type.LookupComponentFactory.MetaData. getLookup()Deprecated.default LookupComponentFactory. 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 LookupHub.CoreRootFactory. extendLookup(Lookup lookup)Methods in org.praxislive.hub with parameters of type Lookup Modifier and Type Method Description LookupHub.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 LookupNetworkCoreFactory. extendLookup(Lookup lookup)Methods in org.praxislive.hub.net with parameters of type Lookup Modifier and Type Method Description LookupNetworkCoreFactory. 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 RootTerminalIOProvider. 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 LookupEnv. getLookup() -
Uses of Lookup in org.praxislive.tinkerforge
Methods in org.praxislive.tinkerforge that return Lookup Modifier and Type Method Description LookupTFRoot. getLookup() -
Uses of Lookup in org.praxislive.video
Methods in org.praxislive.video that return Lookup Modifier and Type Method Description LookupClientConfiguration. getLookup()default LookupPlayer. getLookup()LookupPlayerConfiguration. getLookup()abstract LookupVideoContext.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 LookupPGLPlayer. getLookup()
-