Class SoundTool

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

public class SoundTool extends Tool
  • Constructor Details

    • SoundTool

      public SoundTool()
  • Method Details

    • getShapeClass

      public Class getShapeClass()
      Creates a new sound tool.
      Overrides:
      getShapeClass in class Tool
    • getWindowTitle

      public String getWindowTitle()
      Returns the string used for the inspector window title.
      Overrides:
      getWindowTitle in class Tool
    • getUI

      public RJPanel getUI()
      Returns the Swing UI panel.
      Overrides:
      getUI in class Tool
    • resetUI

      public void resetUI()
      Updates the Swing UI controls from the currently selected sound.
      Overrides:
      resetUI in class Tool
    • respondUI

      public void respondUI(Object anObj)
      Updates the currently selected sound from the Swing UI controls.
      Overrides:
      respondUI in class Tool