Uses of Class
org.praxislive.code.CodeDelegate
Packages that use CodeDelegate
Package
Description
-
Uses of CodeDelegate in org.praxislive.audio.code
Subclasses of CodeDelegate in org.praxislive.audio.code -
Uses of CodeDelegate in org.praxislive.code
Classes in org.praxislive.code with type parameters of type CodeDelegateModifier and TypeClassDescriptionclassCodeComponent<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 final classCodeContextFactoryService.Result<D extends CodeDelegate>Result from service on successful creation of context and delegate.static final 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 final classCodeFactory.Base<B extends CodeDelegate>Base code factory for a given base delegate class.static final 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.codeModifier and TypeClassDescriptionclassBase class for user rewritable container code.classBase class for user rewritable Root container code.classBase class for user rewritable Root code.classDefault base for code delegates providing a variety of functions.Methods in org.praxislive.code with type parameters of type CodeDelegateModifier and TypeMethodDescriptionstatic <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 CodeDelegateModifier and TypeMethodDescriptionClass<? extends CodeDelegate> CodeChildFactoryService.Task.baseDelegate()Returns the value of thebaseDelegaterecord component.SharedCodeService.Result.getDependents()Get the map if dependent results.Constructor parameters in org.praxislive.code with type arguments of type CodeDelegateModifierConstructorDescriptionResult(ClassLoader sharedClasses, Map<ControlAddress, SharedCodeService.DependentResult<CodeDelegate>> dependents, LogBuilder log) Create a Result.Task(ComponentType componentType, Class<? extends CodeDelegate> baseDelegate, LogLevel logLevel) Creates an instance of aTaskrecord class. -
Uses of CodeDelegate in org.praxislive.core.code
Subclasses of CodeDelegate in org.praxislive.core.codeModifier and TypeClassDescriptionclassBasic core code delegate base class.classBasic core code container delegate base class.classBasic core code root base class.classBasic data code delegate base class.classBasic data code root base class. -
Uses of CodeDelegate in org.praxislive.video.code
Subclasses of CodeDelegate in org.praxislive.video.code -
Uses of CodeDelegate in org.praxislive.video.pgl.code
Subclasses of CodeDelegate in org.praxislive.video.pgl.code