Uses of Class
org.praxislive.code.CodeComponent
-
Packages that use CodeComponent Package Description org.praxislive.audio.code org.praxislive.code org.praxislive.video.code org.praxislive.video.pgl.code -
-
Uses of CodeComponent in org.praxislive.audio.code
Methods in org.praxislive.audio.code with parameters of type CodeComponent Modifier and Type Method Description protected void
AudioCodeContext. configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt)
-
Uses of CodeComponent in org.praxislive.code
Subclasses of CodeComponent in org.praxislive.code Modifier and Type Class Description class
CodeContainer<D extends CodeContainerDelegate>
A CodeContainer is a Container instance that is rewritable at runtime.class
CodeRoot<D extends CodeRootDelegate>
ARoot
component instance that is rewritable at runtime.class
CodeRootContainer<D extends CodeRootContainerDelegate>
ARoot
container instance that is rewritable at runtime.Methods in org.praxislive.code that return CodeComponent Modifier and Type Method Description CodeComponent<D>
CodeFactory.Task. createComponent(D delegate)
Create a CodeComponent for the provided delegate.CodeComponent<D>
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 CodeComponent Modifier and Type Method Description protected void
CodeContext. configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt)
A hook method that will be called when the CodeContext is configured on a component. -
Uses of CodeComponent in org.praxislive.video.code
Methods in org.praxislive.video.code with parameters of type CodeComponent Modifier and Type Method Description protected void
VideoCodeContext. configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt)
-
Uses of CodeComponent in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type CodeComponent Modifier and Type Method Description protected void
P2DCodeContext. configure(CodeComponent<P2DCodeDelegate> cmp, CodeContext<P2DCodeDelegate> oldCtxt)
protected void
P3DCodeContext. configure(CodeComponent<P3DCodeDelegate> cmp, CodeContext<P3DCodeDelegate> oldCtxt)
-