Uses of Class
org.praxislive.code.CodeComponent
Packages that use CodeComponent
Package
Description
-
Uses of CodeComponent in org.praxislive.audio.code
Methods in org.praxislive.audio.code with parameters of type CodeComponentModifier and TypeMethodDescriptionprotected voidAudioCodeContext.configure(CodeComponent<AudioCodeDelegate> cmp, CodeContext<AudioCodeDelegate> oldCtxt) -
Uses of CodeComponent in org.praxislive.code
Subclasses of CodeComponent in org.praxislive.codeModifier and TypeClassDescriptionclassCodeContainer<D extends CodeContainerDelegate>A CodeContainer is a Container instance that is rewritable at runtime.classCodeRoot<D extends CodeRootDelegate>ARootcomponent instance that is rewritable at runtime.classCodeRootContainer<D extends CodeRootContainerDelegate>Acontainer instance that is rewritable at runtime.invalid reference
RootMethods in org.praxislive.code that return CodeComponentModifier and TypeMethodDescriptionCodeChildFactoryService.Result.component()Returns the value of thecomponentrecord component.CodeFactory.Task.createComponent(D delegate) Create a CodeComponent for the provided delegate.CodeContext.getComponent()Get the code component this code context is attached to, if there is one.Methods in org.praxislive.code with parameters of type CodeComponentModifier and TypeMethodDescriptionprotected voidCodeContext.configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt) A hook method that will be called when the CodeContext is configured on a component.Constructors in org.praxislive.code with parameters of type CodeComponentModifierConstructorDescriptionResult(CodeComponent<?> component, LogBuilder log) Creates an instance of aResultrecord class. -
Uses of CodeComponent in org.praxislive.video.code
Methods in org.praxislive.video.code with parameters of type CodeComponentModifier and TypeMethodDescriptionprotected voidVideoCodeContext.configure(CodeComponent<VideoCodeDelegate> cmp, CodeContext<VideoCodeDelegate> oldCtxt) -
Uses of CodeComponent in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type CodeComponentModifier and TypeMethodDescriptionprotected voidP2DCodeContext.configure(CodeComponent<P2DCodeDelegate> cmp, CodeContext<P2DCodeDelegate> oldCtxt) protected voidP3DCodeContext.configure(CodeComponent<P3DCodeDelegate> cmp, CodeContext<P3DCodeDelegate> oldCtxt)