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 voidAudioCodeContext. configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt) -
Uses of CodeComponent in org.praxislive.code
Methods in org.praxislive.code that return CodeComponent Modifier and Type Method Description CodeComponent<D>CodeFactory.Task. createComponent(D delegate)CodeComponent<D>CodeContext. getComponent()Methods in org.praxislive.code with parameters of type CodeComponent Modifier and Type Method Description protected voidCodeContext. configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt) -
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 voidVideoCodeContext. 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 voidP2DCodeContext. configure(CodeComponent<P2DCodeDelegate> cmp, CodeContext<P2DCodeDelegate> oldCtxt)protected voidP3DCodeContext. configure(CodeComponent<P3DCodeDelegate> cmp, CodeContext<P3DCodeDelegate> oldCtxt)
-