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 classAudioCodeDelegate -
Uses of CodeDelegate in org.praxislive.code
Classes in org.praxislive.code with type parameters of type CodeDelegate Modifier and Type Class Description classCodeComponent<D extends CodeDelegate>A CodeComponent is a Component instance that is rewritable at runtime.classCodeConnector<D extends CodeDelegate>Base class for analysing aCodeDelegateand creating the resources required for its wrappingCodeContext.classCodeContext<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 classCodeContextFactoryService.Result<D extends CodeDelegate>Result from service on successful creation of context and delegate.static classCodeContextFactoryService.Task<D extends CodeDelegate>Task sent to the service to request a context and delegate be created from the provided source code.classCodeFactory<D extends CodeDelegate>A CodeFactory wraps configuration and task creation for creating code components and contexts for a given delegate base type.static classCodeFactory.Base<B extends CodeDelegate>Base code factory for a given base delegate class.static classCodeFactory.Task<D extends CodeDelegate>A task for creating a component or context for a given delegate.static classSharedCodeService.DependentResult<D extends CodeDelegate>A dependent result with new code context linked to new shared code classes.static classSharedCodeService.DependentTask<D extends CodeDelegate>A dependent task for recompiling aCodeDelegateagainst the new shared code classes.Subclasses of CodeDelegate in org.praxislive.code Modifier and Type Class Description classCodeContainerDelegateBase class for user rewritable container code.classDefaultCodeDelegateDefault 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.Basefor 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 classCoreCodeDelegateclassCoreContainerDelegate -
Uses of CodeDelegate in org.praxislive.tinkerforge
Subclasses of CodeDelegate in org.praxislive.tinkerforge Modifier and Type Class Description classTFCodeDelegate -
Uses of CodeDelegate in org.praxislive.video.code
Subclasses of CodeDelegate in org.praxislive.video.code Modifier and Type Class Description classVideoCodeDelegate -
Uses of CodeDelegate in org.praxislive.video.pgl.code
Subclasses of CodeDelegate in org.praxislive.video.pgl.code Modifier and Type Class Description classP2DCodeDelegateclassP3DCodeDelegate
-