Uses of Class
org.praxislive.code.CodeContext
-
Packages that use CodeContext Package Description org.praxislive.audio.code org.praxislive.code org.praxislive.code.userapi org.praxislive.core.code org.praxislive.video.code org.praxislive.video.pgl.code -
-
Uses of CodeContext in org.praxislive.audio.code
Subclasses of CodeContext in org.praxislive.audio.code Modifier and Type Class Description classAudioCodeContext<D extends AudioCodeDelegate>Methods in org.praxislive.audio.code with parameters of type CodeContext Modifier and Type Method Description protected voidAudioCodeContext. configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt) -
Uses of CodeContext in org.praxislive.code
Subclasses of CodeContext in org.praxislive.code Modifier and Type Class Description static classCodeContainer.Context<D extends CodeContainerDelegate>CodeContext subclass for CodeContainers.static classCodeRoot.Context<D extends CodeRootDelegate>CodeContext subclass for CodeRoots.static classCodeRootContainer.Context<D extends CodeRootContainerDelegate>CodeContext subclass for CodeRootContainers.Methods in org.praxislive.code that return CodeContext Modifier and Type Method Description protected CodeContext<D>CodeFactory.Task. createCodeContext(D delegate)Create the code context for the given delegate.CodeContext<D>CodeFactory.Task. createContext(D delegate)Create a CodeContext for the provided delegate, for installation in an existing component.CodeContext<D>CodeContextFactoryService.Result. getContext()Get created context.CodeContext<D>SharedCodeService.DependentResult. getContext()Get the code context.Methods in org.praxislive.code with parameters of type CodeContext Modifier and Type Method Description protected voidAbstractAsyncProperty. attach(CodeContext<?> context)abstract voidControlDescriptor. attach(CodeContext<?> context, Control previous)Configure the control for the provided context during attachment.voidInfoProperty.Descriptor. attach(CodeContext<?> context, Control previous)abstract voidPortDescriptor. attach(CodeContext<?> context, Port previous)Configure the port for the provided context.protected voidPropertyControl.Binding. attach(CodeContext<?> context)protected voidPropertyControl.Binding. attach(CodeContext<?> context, PropertyControl.Binding previous)voidPropertyControl.Descriptor. attach(CodeContext<?> context, Control previous)abstract voidReferenceDescriptor. attach(CodeContext<?> context, ReferenceDescriptor previous)Configure the reference for the provided context during attachment.voidResourceProperty.Descriptor. attach(CodeContext<?> context, Control previous)protected voidTriggerControl.Binding. attach(CodeContext<?> delegate)voidTriggerControl.Descriptor. attach(CodeContext<?> context, Control 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 CodeContext Modifier and Type Method Description static <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 CodeContext Constructor Description DependentResult(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 CodeContext Modifier and Type Method Description protected voidData.Sink. attach(CodeContext<?> context)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.core.code
Subclasses of CodeContext in org.praxislive.core.code Modifier and Type Class Description classCoreCodeContext -
Uses of CodeContext in org.praxislive.video.code
Subclasses of CodeContext in org.praxislive.video.code Modifier and Type Class Description classVideoCodeContext<D extends VideoCodeDelegate>Methods in org.praxislive.video.code with parameters of type CodeContext Modifier and Type Method Description protected voidVideoCodeContext. configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt) -
Uses of CodeContext in org.praxislive.video.pgl.code
Subclasses of CodeContext in org.praxislive.video.pgl.code Modifier and Type Class Description classP2DCodeContextclassP3DCodeContextMethods in org.praxislive.video.pgl.code with parameters of type CodeContext Modifier and Type Method Description protected voidP2DCodeContext. configure(CodeComponent<P2DCodeDelegate> cmp, CodeContext<P2DCodeDelegate> oldCtxt)protected voidP3DCodeContext. configure(CodeComponent<P3DCodeDelegate> cmp, CodeContext<P3DCodeDelegate> oldCtxt)
-