Class SegmentEditorPopup

All Implemented Interfaces:
HasIconStrip, ImageObserver, MenuContainer, Serializable

public class SegmentEditorPopup extends TimeComponent implements HasIconStrip
UI for editing media segments within a callout window in the transcript editor.
See Also:
  • Constructor Details

  • Method Details

    • init

      public void init()
    • getIconStrip

      public IconStrip getIconStrip()
      Specified by:
      getIconStrip in interface HasIconStrip
    • getPreferredPopupWidth

      public int getPreferredPopupWidth()
    • setPreferredPopupWidth

      public void setPreferredPopupWidth(int preferredPopupWidth)
    • setMediaSegment

      public void setMediaSegment(float startTime, float endTime)
      Set media segment, this method will not fire segment changes to listeners
      Parameters:
      startTime -
      endTime -
    • valueIsAdjusting

      public boolean valueIsAdjusting()
      Are we in the middle of adjusting the media segment
      Returns: