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 class
AudioCodeContext<D extends AudioCodeDelegate>
Methods in org.praxislive.audio.code with parameters of type CodeContext Modifier and Type Method Description protected void
AudioCodeContext. configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt)
-
Uses of CodeContext in org.praxislive.code
Subclasses of CodeContext in org.praxislive.code Modifier and Type Class Description static class
CodeContainer.Context<D extends CodeContainerDelegate>
CodeContext subclass for CodeContainers.static class
CodeRoot.Context<D extends CodeRootDelegate>
CodeContext subclass for CodeRoots.static class
CodeRootContainer.Context<D extends CodeRootContainerDelegate>
CodeContext subclass for CodeRootContainers.Methods in org.praxislive.code that return CodeContext Modifier and Type Method Description protected CodeContext<D>
CodeFactory.Task. createCodeContext(D delegate)
Create the code context for the given delegate.CodeContext<D>
CodeFactory.Task. createContext(D delegate)
Create a CodeContext for the provided delegate, for installation in an existing component.CodeContext<D>
CodeContextFactoryService.Result. getContext()
Get created context.CodeContext<D>
SharedCodeService.DependentResult. getContext()
Get the code context.Methods in org.praxislive.code with parameters of type CodeContext Modifier and Type Method Description protected void
AbstractAsyncProperty. attach(CodeContext<?> context)
abstract void
ControlDescriptor. attach(CodeContext<?> context, Control previous)
Configure the control for the provided context during attachment.void
InfoProperty.Descriptor. attach(CodeContext<?> context, Control previous)
abstract void
PortDescriptor. attach(CodeContext<?> context, Port previous)
Configure the port for the provided context.protected void
PropertyControl.Binding. attach(CodeContext<?> context)
protected void
PropertyControl.Binding. attach(CodeContext<?> context, PropertyControl.Binding previous)
void
PropertyControl.Descriptor. attach(CodeContext<?> context, Control previous)
abstract void
ReferenceDescriptor. attach(CodeContext<?> context, ReferenceDescriptor previous)
Configure the reference for the provided context during attachment.void
ResourceProperty.Descriptor. attach(CodeContext<?> context, Control previous)
protected void
TriggerControl.Binding. attach(CodeContext<?> delegate)
void
TriggerControl.Descriptor. attach(CodeContext<?> context, Control previous)
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.Method parameters in org.praxislive.code with type arguments of type CodeContext Modifier and Type Method Description static <B extends CodeDelegate>
CodeFactory.Base<B>CodeFactory. base(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>,B,CodeContext<B>> contextCreator)
Create a componentCodeFactory.Base
for the given base delegate class, from which can be created individual CodeFactory instances.static <B extends CodeContainerDelegate>
CodeFactory.Base<B>CodeFactory. containerBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>,B,CodeContext<B>> contextCreator)
Create a containerCodeFactory.Base
for the given base delegate class, from which can be created individual CodeFactory instances.static <B extends CodeRootDelegate>
CodeFactory.Base<B>CodeFactory. rootBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>,B,CodeContext<B>> contextCreator)
Create a root componentCodeFactory.Base
for the given base delegate class, from which can be created individual CodeFactory instances.static <B extends CodeRootContainerDelegate>
CodeFactory.Base<B>CodeFactory. rootContainerBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>,B,CodeContext<B>> contextCreator)
Create a root containerCodeFactory.Base
for the given base delegate class, from which can be created individual CodeFactory instances.Constructors in org.praxislive.code with parameters of type CodeContext Constructor Description DependentResult(CodeContext<D> context, Class<D> existing)
Create a DependentResult.Result(CodeContext<D> context, LogBuilder log)
Create result, for use by service provider. -
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 void
Data.Sink. attach(CodeContext<?> context)
protected void
Input. attach(CodeContext<?> context)
protected void
Property. attach(CodeContext<?> context, Property previous)
protected void
Trigger. 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 class
CoreCodeContext
-
Uses of CodeContext in org.praxislive.video.code
Subclasses of CodeContext in org.praxislive.video.code Modifier and Type Class Description class
VideoCodeContext<D extends VideoCodeDelegate>
Methods in org.praxislive.video.code with parameters of type CodeContext Modifier and Type Method Description protected void
VideoCodeContext. 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 class
P2DCodeContext
class
P3DCodeContext
Methods in org.praxislive.video.pgl.code with parameters of type CodeContext 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)
-