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
Subclasses of CodeComponent in org.praxislive.code Modifier and Type Class Description classCodeContainer<D extends CodeContainerDelegate>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 voidCodeContext. 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 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)
-