Interface PreProcessFXPane

All Known Implementing Classes:
FilterSidePane, PlayDecimatorSidePane, PlayGainSidePane

public interface PreProcessFXPane
A node for a pre-process pane.
Author:
Jamie Macaualay
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.Node
    Pane which allows the user to switch to a default.
    javafx.scene.Node
    Pane which shows the name of the pre-process.
    javafx.scene.layout.Pane
    Get the FX component to add to the side pane.
    void
    Update the component, e.g.
  • Method Details

    • getPane

      javafx.scene.layout.Pane getPane()
      Get the FX component to add to the side pane.
      Returns:
      the side pane.
    • update

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

      javafx.scene.Node getLabel()
      Pane which shows the name of the pre-process.
    • getDefaultButton

      javafx.scene.Node getDefaultButton()
      Pane which allows the user to switch to a default.