Class FilterSidePane

java.lang.Object
soundPlayback.fx.FilterSidePane
All Implemented Interfaces:
PreProcessFXPane

public class FilterSidePane extends Object implements PreProcessFXPane
  • Constructor Details

    • FilterSidePane

      public FilterSidePane(PlaybackFilter playBackFilter)
  • Method Details

    • update

      public void update()
      Description copied from interface: PreProcessFXPane
      Update the component, e.g. if the value has been changed somewhere else.
      Specified by:
      update in interface PreProcessFXPane
    • getPane

      public javafx.scene.layout.Pane getPane()
      Description copied from interface: PreProcessFXPane
      Get the FX component to add to the side pane.
      Specified by:
      getPane in interface PreProcessFXPane
      Returns:
      the side pane.
    • getLabel

      public javafx.scene.control.Label getLabel()
      Description copied from interface: PreProcessFXPane
      Pane which shows the name of the pre-process.
      Specified by:
      getLabel in interface PreProcessFXPane
    • getDefaultButton

      public javafx.scene.Node getDefaultButton()
      Description copied from interface: PreProcessFXPane
      Pane which allows the user to switch to a default.
      Specified by:
      getDefaultButton in interface PreProcessFXPane