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.Task<D extends CodeDelegate>A task for creating a component or context for a given delegate.static classSharedCodeService.DependentResult<D extends CodeDelegate>static classSharedCodeService.DependentTask<D extends CodeDelegate>Subclasses of CodeDelegate in org.praxislive.code Modifier and Type Class Description classDefaultCodeDelegateDefault base for code delegates providing a variety of functions.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()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) -
Uses of CodeDelegate in org.praxislive.core.code
Subclasses of CodeDelegate in org.praxislive.core.code Modifier and Type Class Description classCoreCodeDelegate -
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
-