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()LookupAbstractContainer. getLookup()LookupAbstractRoot. getLookup() -
Uses of Lookup in org.praxislive.code
Methods in org.praxislive.code that return Lookup Modifier and Type Method Description LookupCodeContext. getLookup()LookupDefaultCodeDelegate. getLookup()Return a Lookup for finding instances of features. -
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 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.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. -
Uses of Lookup in org.praxislive.core.services
Methods in org.praxislive.core.services that return Lookup Modifier and Type Method Description LookupComponentFactory.MetaData. getLookup() -
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.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()
-