java.lang.Object
org.praxislive.code.CodeDelegate
org.praxislive.code.CodeRootDelegate
org.praxislive.code.CodeRootContainerDelegate
- All Implemented Interfaces:
ContainerDelegateAPI
- Direct Known Subclasses:
CoreRootContainerDelegate,DataRootContainerDelegate
Base class for user rewritable Root container code.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceAnnotation to add hint to display the component and its children in a table when editing.Nested classes/interfaces inherited from class org.praxislive.code.CodeRootDelegate
CodeRootDelegate.DriverNested classes/interfaces inherited from interface org.praxislive.code.ContainerDelegateAPI
ContainerDelegateAPI.CustomType, ContainerDelegateAPI.SupportedTypes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CodeRootContainerDelegate
public CodeRootContainerDelegate()
-
-
Method Details
-
init
public void init()Description copied from class:CodeRootDelegateHook called whenever the delegate needs to be initialized. Will be called when the root is started, and any time the code is updated. Because this code is called in a running root, the code should be suitable for real-time usage.- Overrides:
initin classCodeRootDelegate
-
children
Stream of child IDs.- Returns:
- stream of child IDs
-