Uses of Class
org.praxislive.code.CodeRootDelegate
Packages that use CodeRootDelegate
-
Uses of CodeRootDelegate in org.praxislive.code
Classes in org.praxislive.code with type parameters of type CodeRootDelegateModifier and TypeClassDescriptionclassCodeRoot<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.codeModifier and TypeClassDescriptionclassBase class for user rewritable Root container code.Methods in org.praxislive.code with type parameters of type CodeRootDelegateModifier and TypeMethodDescriptionstatic <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 CodeRootDelegateModifier and TypeMethodDescriptionprotected voidAbstractComponentFactory.addRoot(CodeFactory<? extends CodeRootDelegate> factory) -
Uses of CodeRootDelegate in org.praxislive.core.code
Subclasses of CodeRootDelegate in org.praxislive.core.codeModifier and TypeClassDescriptionclassBasic core code root base class.classBasic data code root base class.