Class TranscriptScrollPane

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JScrollPane
ca.phon.app.session.editor.view.transcript.TranscriptScrollPane
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ScrollPaneConstants

public class TranscriptScrollPane extends JScrollPane
The JScrollPane that contains the TranscriptEditor
See Also:
  • Constructor Details

    • TranscriptScrollPane

      public TranscriptScrollPane(TranscriptEditor transcriptEditor)
      Constructor
      Parameters:
      transcriptEditor - the transcript editor that will be contained in the scroll pane
  • Method Details

    • getGutter

      public TranscriptScrollPaneGutter getGutter()
      Gets a reference to the gutter
      Returns:
      a reference to the gutter of this scroll pane