Class SpeechAnalysisTier

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
ca.phon.media.TimeComponent
ca.phon.app.session.editor.view.speech_analysis.SpeechAnalysisTier
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable
Direct Known Subclasses:
SpeechAnalysisWaveformTier

public abstract class SpeechAnalysisTier extends TimeComponent
Extension point for waveform view tiers.
See Also:
  • Constructor Details

  • Method Details

    • getParentView

      public SpeechAnalysisEditorView getParentView()
    • addMenuItems

      public abstract void addMenuItems(JMenu menuEle, boolean includeAccelerators)
      Add custom commands to the editor view menu.
      Parameters:
      includeAccelerators -
      menu -
    • onRefresh

      public abstract void onRefresh()
      Called on the Refresh action for the tier.
    • shouldShow

      public boolean shouldShow()
      Should this tier be displayed?
      Returns:
      true if tier should be visible, false otherwise