Class NoteTextEditor

java.lang.Object
com.softsynth.jmsl.view.PVDialogAdapter
com.softsynth.jmsl.score.NoteTextEditor
All Implemented Interfaces:
PVComponent, PVDialog, PVFrame, java.awt.event.ActionListener, java.util.EventListener

public class NoteTextEditor
extends PVDialogAdapter
implements java.awt.event.ActionListener
Dialog to set text for a Note or a selection of Notes. If a Vector of Notes is passed in, spaces between words entered in TextField delimit the lyric for each note
Author:
Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
  • Constructor Details

    • NoteTextEditor

      public NoteTextEditor​(java.awt.Frame f, Score score, java.util.Vector notes)
    • NoteTextEditor

      public NoteTextEditor​(java.awt.Frame f, Score score, Note note)
  • Method Details

    • actionPerformed

      public void actionPerformed​(java.awt.event.ActionEvent e)
      Specified by:
      actionPerformed in interface java.awt.event.ActionListener