Uses of Interface
org.praxislive.core.Lookup
Packages that use Lookup
Package
Description
-
Uses of Lookup in org.praxislive.base
Methods in org.praxislive.base that return LookupModifier and TypeMethodDescriptionfinal LookupAbstractComponentFactory.componentData(ComponentType type) protected LookupAbstractComponent.getLookup()abstract LookupAbstractContainer.Delegate.getLookup()AbstractContainer.getLookup()AbstractRoot.getLookup()AbstractRootContainer.getLookup()final LookupAbstractComponentFactory.rootData(ComponentType type) Methods in org.praxislive.base with parameters of type Lookup -
Uses of Lookup in org.praxislive.code
Methods in org.praxislive.code that return LookupModifier and TypeMethodDescriptionfinal LookupAbstractComponentFactory.componentData(ComponentType type) CodeContainer.getLookup()CodeContext.getLookup()Get lookup.CodeDelegate.getLookup()Return a Lookup for finding instances of features.CodeRoot.getLookup()CodeRootContainer.getLookup()CodeFactory.lookup()Access the lookup associated with this code factory.final LookupAbstractComponentFactory.rootData(ComponentType type) -
Uses of Lookup in org.praxislive.core
Classes in org.praxislive.core that implement LookupFields in org.praxislive.core declared as LookupModifier and TypeFieldDescriptionstatic final LookupLookup.EMPTYAn empty Lookupstatic final LookupLookup.SYSTEMA system-wide Lookup, that by default delegates toServiceLoader.Methods in org.praxislive.core that return LookupModifier and TypeMethodDescriptionComponentRegistry.Result.componentData(ComponentType type) Query the data for the provided component type.Lookup.Provider.getLookup()Get the Lookup from this Provider.static LookupCreate a Lookup wrapping the given Objects.static LookupCreate a Lookup wrapping the given Objects and results from the provided parent Lookup.ComponentRegistry.Result.rootData(ComponentType type) Query the data for the provided root type.Methods in org.praxislive.core with parameters of type LookupModifier and TypeMethodDescriptionstatic Lookup.ObjectLookupstatic LookupCreate a Lookup wrapping the given Objects and results from the provided parent Lookup.voidStart the Root.Constructor parameters in org.praxislive.core with type arguments of type LookupModifierConstructorDescriptionResult(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 LookupModifier and TypeMethodDescriptiondefault LookupComponentFactory.componentData(ComponentType type) Query the data associated with this component type.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 -
Uses of Lookup in org.praxislive.hub
Methods in org.praxislive.hub that return LookupModifier and TypeMethodDescriptiondefault LookupHub.CoreRootFactory.extendLookup(Lookup lookup) Provide the option for the factory to extend or alter the hub lookup.Methods in org.praxislive.hub with parameters of type LookupModifier and TypeMethodDescriptiondefault LookupHub.CoreRootFactory.extendLookup(Lookup lookup) Provide the option for the factory to extend or alter the hub lookup. -
Uses of Lookup in org.praxislive.hub.net
Methods in org.praxislive.hub.net that return LookupMethods in org.praxislive.hub.net with parameters of type Lookup -
Uses of Lookup in org.praxislive.launcher
Methods in org.praxislive.launcher with parameters of type LookupModifier and TypeMethodDescriptionTerminalIOProvider.createTerminalIO(Lookup context) Create Root for terminal IO. -
Uses of Lookup in org.praxislive.script
Methods in org.praxislive.script that return Lookup -
Uses of Lookup in org.praxislive.video
Methods in org.praxislive.video that return LookupModifier and TypeMethodDescriptionClientConfiguration.getLookup()default LookupPlayer.getLookup()PlayerConfiguration.getLookup()abstract LookupVideoContext.Client.getLookup()Constructors in org.praxislive.video with parameters of type LookupModifierConstructorDescriptionClientConfiguration(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