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
Methods in org.praxislive.code that return CodeContext Modifier and Type Method Description protected abstract CodeContext<D>CodeFactory.Task. createCodeContext(D delegate)CodeContext<D>CodeFactory.Task. createContext(D delegate)CodeContext<D>CodeContextFactoryService.Result. getContext()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)voidInfoProperty.Descriptor. attach(CodeContext<?> context, Control previous)abstract voidPortDescriptor. attach(CodeContext<?> context, Port previous)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)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)Constructors in org.praxislive.code with parameters of type CodeContext Constructor Description Result(CodeContext<D> context, LogBuilder log) -
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)
-