Uses of Class
org.praxislive.code.CodeFactory.Task
-
Packages that use CodeFactory.Task 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 CodeFactory.Task in org.praxislive.audio.code
Methods in org.praxislive.audio.code that return CodeFactory.Task Modifier and Type Method Description CodeFactory.Task<AudioCodeDelegate>AudioCodeFactory. task()Constructors in org.praxislive.audio.code with parameters of type CodeFactory.Task Constructor Description AudioCodeConnector(CodeFactory.Task<D> task, D delegate, Class<? extends AudioCodeDelegate> previousClass) -
Uses of CodeFactory.Task in org.praxislive.code
Methods in org.praxislive.code that return CodeFactory.Task Modifier and Type Method Description CodeFactory.Task<D>CodeFactory.Task. attachLogging(LogBuilder log)Attach a log builder to the task.CodeFactory.Task<D>CodeFactory.Task. attachPrevious(Class<D> previous)Attach the previous iteration of delegate class, if available, that is being replaced.CodeFactory.Task<D>CodeFactory. task()Create a task for constructing a context or component from a delegate class.Method parameters in org.praxislive.code with type arguments of type CodeFactory.Task 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.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.Basefor the given base delegate class, from which can be created individual CodeFactory instances.Constructors in org.praxislive.code with parameters of type CodeFactory.Task Constructor Description CodeConnector(CodeFactory.Task<D> task, D delegate)Create a CodeConnector for the provided delegate.Connector(CodeFactory.Task<D> task, D delegate) -
Uses of CodeFactory.Task in org.praxislive.core.code
Methods in org.praxislive.core.code that return CodeFactory.Task Modifier and Type Method Description CodeFactory.Task<CoreCodeDelegate>CoreCodeFactory. task()Constructors in org.praxislive.core.code with parameters of type CodeFactory.Task Constructor Description CoreCodeConnector(CodeFactory.Task<CoreCodeDelegate> contextCreator, CoreCodeDelegate delegate) -
Uses of CodeFactory.Task in org.praxislive.tinkerforge
Methods in org.praxislive.tinkerforge that return CodeFactory.Task Modifier and Type Method Description CodeFactory.Task<TFCodeDelegate>TFCodeFactory. task() -
Uses of CodeFactory.Task in org.praxislive.video.code
Methods in org.praxislive.video.code that return CodeFactory.Task Modifier and Type Method Description CodeFactory.Task<VideoCodeDelegate>VideoCodeFactory. task()Constructors in org.praxislive.video.code with parameters of type CodeFactory.Task Constructor Description VideoCodeConnector(CodeFactory.Task<T> contextCreator, T delegate) -
Uses of CodeFactory.Task in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code that return CodeFactory.Task Modifier and Type Method Description CodeFactory.Task<P2DCodeDelegate>P2DCodeFactory. task()CodeFactory.Task<P3DCodeDelegate>P3DCodeFactory. task()Constructors in org.praxislive.video.pgl.code with parameters of type CodeFactory.Task Constructor Description P2DCodeConnector(CodeFactory.Task<P2DCodeDelegate> creator, P2DCodeDelegate delegate)P3DCodeConnector(CodeFactory.Task<P3DCodeDelegate> creator, P3DCodeDelegate delegate)
-