Uses of Class
org.praxislive.code.CodeContext
Packages that use CodeContext
Package
Description
-
Uses of CodeContext in org.praxislive.audio.code
Subclasses of CodeContext in org.praxislive.audio.codeMethods in org.praxislive.audio.code with parameters of type CodeContextModifier and TypeMethodDescriptionprotected voidAudioCodeContext.configure(CodeComponent<AudioCodeDelegate> cmp, CodeContext<AudioCodeDelegate> oldCtxt) -
Uses of CodeContext in org.praxislive.code
Subclasses of CodeContext in org.praxislive.codeModifier and TypeClassDescriptionstatic classCodeContainer.Context<D extends CodeContainerDelegate>CodeContext subclass for CodeContainers.static classCodeRoot.Context<D extends CodeRootDelegate>CodeContext subclass for CodeRoots.static classCodeContext subclass for CodeRootContainers.Methods in org.praxislive.code that return CodeContextModifier and TypeMethodDescriptionCodeFactory.Task.createContext(D delegate) Create a CodeContext for the provided delegate, for installation in an existing component.CodeContextFactoryService.Result.getContext()Get created context.SharedCodeService.DependentResult.getContext()Get the code context.Methods in org.praxislive.code with parameters of type CodeContextModifier and TypeMethodDescriptionprotected voidAbstractAsyncProperty.attach(CodeContext<?> context) abstract voidDescriptor.attach(CodeContext<?> context, T previous) Attach the descriptor to the provided context.voidInfoProperty.Descriptor.attach(CodeContext<?> context, InfoProperty.Descriptor previous) protected voidPropertyControl.Binding.attach(CodeContext<?> context) protected voidPropertyControl.Binding.attach(CodeContext<?> context, PropertyControl.Binding previous) voidPropertyControl.Descriptor.attach(CodeContext<?> context, PropertyControl.Descriptor previous) voidResourceProperty.Descriptor.attach(CodeContext<?> context, ResourceProperty.Descriptor previous) protected voidTriggerControl.Binding.attach(CodeContext<?> delegate) voidTriggerControl.Descriptor.attach(CodeContext<?> context, TriggerControl.Descriptor previous) protected voidCodeContext.configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt) A hook method that will be called when the CodeContext is configured on a component.Method parameters in org.praxislive.code with type arguments of type CodeContextModifier and TypeMethodDescriptionstatic <B extends CodeDelegate>
CodeFactory.Base<B> CodeFactory.base(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>, B, CodeContext<B>> contextCreator) Create a componentCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances.static <B extends CodeContainerDelegate>
CodeFactory.Base<B> CodeFactory.containerBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>, B, CodeContext<B>> contextCreator) Create a containerCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances.static <B extends CodeRootDelegate>
CodeFactory.Base<B> CodeFactory.rootBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>, B, CodeContext<B>> contextCreator) Create a root componentCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances.static <B extends CodeRootContainerDelegate>
CodeFactory.Base<B> CodeFactory.rootContainerBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>, B, CodeContext<B>> contextCreator) Create a root containerCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances.Constructors in org.praxislive.code with parameters of type CodeContextModifierConstructorDescriptionDependentResult(CodeContext<D> context, Class<D> existing) Create a DependentResult.Result(CodeContext<D> context, LogBuilder log) Create result, for use by service provider. -
Uses of CodeContext in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi with parameters of type CodeContextModifier and TypeMethodDescriptionprotected voidData.Sink.attach(CodeContext<?> context) Deprecated.protected voidInput.attach(CodeContext<?> context) protected voidProperty.attach(CodeContext<?> context, Property previous) protected voidTrigger.attach(CodeContext<?> context, Trigger previous) -
Uses of CodeContext in org.praxislive.video.code
Subclasses of CodeContext in org.praxislive.video.codeMethods in org.praxislive.video.code with parameters of type CodeContextModifier and TypeMethodDescriptionprotected voidVideoCodeContext.configure(CodeComponent<VideoCodeDelegate> cmp, CodeContext<VideoCodeDelegate> oldCtxt) -
Uses of CodeContext in org.praxislive.video.pgl.code
Subclasses of CodeContext in org.praxislive.video.pgl.codeMethods in org.praxislive.video.pgl.code with parameters of type CodeContextModifier and TypeMethodDescriptionprotected voidP2DCodeContext.configure(CodeComponent<P2DCodeDelegate> cmp, CodeContext<P2DCodeDelegate> oldCtxt) protected voidP3DCodeContext.configure(CodeComponent<P3DCodeDelegate> cmp, CodeContext<P3DCodeDelegate> oldCtxt)