Class CodeContainer.Context<D extends CodeContainerDelegate>

java.lang.Object
org.praxislive.code.CodeContext<D>
org.praxislive.code.CodeContainer.Context<D>
Type Parameters:
D - wrapped delegate base type
Enclosing class:
CodeContainer<D extends CodeContainerDelegate>

public static class CodeContainer.Context<D extends CodeContainerDelegate> extends CodeContext<D>
CodeContext subclass for CodeContainers.
  • Constructor Details

  • Method Details

    • getComponent

      public CodeContainer<D> getComponent()
      Description copied from class: CodeContext
      Get the code component this code context is attached to, if there is one.
      Overrides:
      getComponent in class CodeContext<D extends CodeContainerDelegate>
      Returns:
      code component, or null
    • onChildrenChanged

      protected void onChildrenChanged()
      Hook called when the container children have changed.