Uses of Class
org.praxislive.code.CodeRootContainerDelegate
-
Packages that use CodeRootContainerDelegate Package Description org.praxislive.code org.praxislive.core.code -
-
Uses of CodeRootContainerDelegate in org.praxislive.code
Classes in org.praxislive.code with type parameters of type CodeRootContainerDelegate Modifier and Type Class Description classCodeRootContainer<D extends CodeRootContainerDelegate>ARootcontainer instance that is rewritable at runtime.static classCodeRootContainer.Connector<D extends CodeRootContainerDelegate>CodeConnector subclass for CodeRootContainers.static classCodeRootContainer.Context<D extends CodeRootContainerDelegate>CodeContext subclass for CodeRootContainers.Methods in org.praxislive.code with type parameters of type CodeRootContainerDelegate Modifier and Type Method Description static <B extends CodeRootContainerDelegate>
CodeFactory.Base<B>CodeFactory. rootContainerBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>,B,CodeContext<B>> contextCreator)Create a root containerCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances. -
Uses of CodeRootContainerDelegate in org.praxislive.core.code
Subclasses of CodeRootContainerDelegate in org.praxislive.core.code Modifier and Type Class Description classCoreRootContainerDelegate
-