Class SegmentationHandler

java.lang.Object
ca.phon.app.session.editor.view.timeline.SegmentationHandler

public final class SegmentationHandler extends Object
  • Field Details

  • Constructor Details

    • SegmentationHandler

      public SegmentationHandler(SessionEditor editor)
  • Method Details

    • getInputMap

      public InputMap getInputMap()
    • getActionMap

      public ActionMap getActionMap()
    • getSegmentationMode

      public SegmentationHandler.SegmentationMode getSegmentationMode()
    • setSegmentationMode

      public void setSegmentationMode(SegmentationHandler.SegmentationMode segmentationMode)
    • getParticipantForMediaStart

      public Participant getParticipantForMediaStart()
    • setParticipantForMediaStart

      public void setParticipantForMediaStart(Participant participantForMediaStart)
    • getMediaStart

      public SegmentationHandler.MediaStart getMediaStart()
    • setMediaStart

      public void setMediaStart(SegmentationHandler.MediaStart mediaStart)
    • getWindow

      public SegmentationWindow getWindow()
    • setWindow

      public void setWindow(SegmentationWindow window)
    • newSegment

      public void newSegment(PhonActionEvent<Integer> pae)
    • startSegmentation

      public void startSegmentation()
    • stopSegmentation

      public void stopSegmentation()
    • onMarkBreak

      public void onMarkBreak()
    • onIncreasePlaybackRate

      public void onIncreasePlaybackRate()
    • onDecreasePlaybackRate

      public void onDecreasePlaybackRate()
    • onVolumeUp

      public void onVolumeUp()
    • onVolumeDown

      public void onVolumeDown()
    • onToggleSegmentationWindow

      public void onToggleSegmentationWindow()
    • onIncreaseSegmentationWindow

      public void onIncreaseSegmentationWindow()
    • onDecreaseSegmentationWindow

      public void onDecreaseSegmentationWindow()
    • onGoBack

      public void onGoBack(PhonActionEvent<Long> pae)
    • onGoForward

      public void onGoForward(PhonActionEvent<Long> pae)