Interface PreprocessSwingComponent

All Known Implementing Classes:
DecimatorSideBar, EnvelopeSideBar, PlayFilterSideBar, PlayGainSideBar

public interface PreprocessSwingComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a swing component to add to the side panel.
    void
    Update the component, e.g.
  • Method Details

    • getComponent

      JComponent getComponent()
      Get a swing component to add to the side panel.
      Returns:
      swing component
    • update

      void update()
      Update the component, e.g. if the value has been changed somewhere else.