Uses of Class
org.praxislive.code.CodeRootDelegate
-
Packages that use CodeRootDelegate Package Description org.praxislive.code org.praxislive.core.code -
-
Uses of CodeRootDelegate in org.praxislive.code
Classes in org.praxislive.code with type parameters of type CodeRootDelegate Modifier and Type Class Description class
CodeRoot<D extends CodeRootDelegate>
ARoot
component instance that is rewritable at runtime.static class
CodeRoot.Connector<D extends CodeRootDelegate>
CodeConnector subclass for CodeRoots.static class
CodeRoot.Context<D extends CodeRootDelegate>
CodeContext subclass for CodeRoots.Subclasses of CodeRootDelegate in org.praxislive.code Modifier and Type Class Description class
CodeRootContainerDelegate
Base class for user rewritable Root container code.Methods in org.praxislive.code with type parameters of type CodeRootDelegate Modifier and Type Method Description static <B extends CodeRootDelegate>
CodeFactory.Base<B>CodeFactory. rootBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>,B,CodeContext<B>> contextCreator)
Create a root componentCodeFactory.Base
for the given base delegate class, from which can be created individual CodeFactory instances.Method parameters in org.praxislive.code with type arguments of type CodeRootDelegate Modifier and Type Method Description protected void
AbstractComponentFactory. addRoot(CodeFactory<? extends CodeRootDelegate> factory)
-
Uses of CodeRootDelegate in org.praxislive.core.code
Subclasses of CodeRootDelegate in org.praxislive.core.code Modifier and Type Class Description class
CoreRootContainerDelegate
-