Uses of Class
org.praxislive.code.CodeDelegate
-
Packages that use CodeDelegate Package Description org.praxislive.audio.code org.praxislive.code org.praxislive.core.code org.praxislive.tinkerforge org.praxislive.video.code org.praxislive.video.pgl.code -
-
Uses of CodeDelegate in org.praxislive.audio.code
Subclasses of CodeDelegate in org.praxislive.audio.code Modifier and Type Class Description class
AudioCodeDelegate
-
Uses of CodeDelegate in org.praxislive.code
Classes in org.praxislive.code with type parameters of type CodeDelegate Modifier and Type Class Description class
CodeComponent<D extends CodeDelegate>
A CodeComponent is a Component instance that is rewritable at runtime.class
CodeConnector<D extends CodeDelegate>
Base class for analysing aCodeDelegate
and creating the resources required for its wrappingCodeContext
.class
CodeContext<D extends CodeDelegate>
A CodeContext wraps eachCodeDelegate
, managing state and the transition from one iteration of delegate to the next on behalf of aCodeComponent
.static class
CodeContextFactoryService.Result<D extends CodeDelegate>
Result from service on successful creation of context and delegate.static class
CodeContextFactoryService.Task<D extends CodeDelegate>
Task sent to the service to request a context and delegate be created from the provided source code.class
CodeFactory<D extends CodeDelegate>
A CodeFactory wraps configuration and task creation for creating code components and contexts for a given delegate base type.static class
CodeFactory.Base<B extends CodeDelegate>
Base code factory for a given base delegate class.static class
CodeFactory.Task<D extends CodeDelegate>
A task for creating a component or context for a given delegate.static class
SharedCodeService.DependentResult<D extends CodeDelegate>
A dependent result with new code context linked to new shared code classes.static class
SharedCodeService.DependentTask<D extends CodeDelegate>
A dependent task for recompiling aCodeDelegate
against the new shared code classes.Subclasses of CodeDelegate in org.praxislive.code Modifier and Type Class Description class
CodeContainerDelegate
Base class for user rewritable container code.class
CodeRootContainerDelegate
Base class for user rewritable Root container code.class
CodeRootDelegate
Base class for user rewritable Root code.class
DefaultCodeDelegate
Default base for code delegates providing a variety of functions.Methods in org.praxislive.code with type parameters of type CodeDelegate 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.Methods in org.praxislive.code that return types with arguments of type CodeDelegate Modifier and Type Method Description Map<ControlAddress,SharedCodeService.DependentResult<CodeDelegate>>
SharedCodeService.Result. getDependents()
Get the map if dependent results.Constructor parameters in org.praxislive.code with type arguments of type CodeDelegate Constructor Description Result(ClassLoader sharedClasses, Map<ControlAddress,SharedCodeService.DependentResult<CodeDelegate>> dependents, LogBuilder log)
Create a Result. -
Uses of CodeDelegate in org.praxislive.core.code
Subclasses of CodeDelegate in org.praxislive.core.code Modifier and Type Class Description class
CoreCodeDelegate
class
CoreContainerDelegate
class
CoreRootContainerDelegate
-
Uses of CodeDelegate in org.praxislive.tinkerforge
Subclasses of CodeDelegate in org.praxislive.tinkerforge Modifier and Type Class Description class
TFCodeDelegate
-
Uses of CodeDelegate in org.praxislive.video.code
Subclasses of CodeDelegate in org.praxislive.video.code Modifier and Type Class Description class
VideoCodeDelegate
-
Uses of CodeDelegate in org.praxislive.video.pgl.code
Subclasses of CodeDelegate in org.praxislive.video.pgl.code Modifier and Type Class Description class
P2DCodeDelegate
class
P3DCodeDelegate
-