Package com.softsynth.jmsl.score
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 Summary
Constructors Constructor Description NoteTextEditor(java.awt.Frame f, Score score, Note note)
NoteTextEditor(java.awt.Frame f, Score score, java.util.Vector notes)
-
Method Summary
Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Methods inherited from class com.softsynth.jmsl.view.PVDialogAdapter
add, add, addKeyListener, addWindowListener, dispose, equals, getBackground, getBounds, getComponent, getFont, getFontMetrics, getLocation, getParent, getPVMenuBar, hashCode, isEnabled, isShowing, pack, removeAll, removeKeyListener, setBackground, setEnabled, setFont, setFrameLayout, setLocation, setPVMenuBar, setResizable, setSize, setSize, setTitle, setVisible, toBack, toFront, toString, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NoteTextEditor
-
NoteTextEditor
-
-
Method Details
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-