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 classCodeRoot<D extends CodeRootDelegate>ARootcomponent instance that is rewritable at runtime.static classCodeRoot.Connector<D extends CodeRootDelegate>CodeConnector subclass for CodeRoots.static classCodeRoot.Context<D extends CodeRootDelegate>CodeContext subclass for CodeRoots.Subclasses of CodeRootDelegate in org.praxislive.code Modifier and Type Class Description classCodeRootContainerDelegateBase 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.Basefor 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 voidAbstractComponentFactory. 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 classCoreRootContainerDelegate
-