com.softsynth.jmsl.score.view
Class ScoreSectionRenameDialog

java.lang.Object
  extended by com.softsynth.jmsl.score.view.ScoreSectionRenameDialog
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ScoreSectionRenameDialog
extends java.lang.Object
implements java.awt.event.ActionListener

Dialog to rename a section in a score. Thanks to John Roulat for suggesting this feature.

Author:
Nick Didkovsky, (c) 2004 Nick Didkovsky, All rights reserved, didkovn@mail.rockefeller.edu

Constructor Summary
ScoreSectionRenameDialog(java.awt.Frame frame, ScoreSection scoreSection, Score score, PVChoice sectionChoice)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
 void pack()
           
 void setVisible(boolean flag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScoreSectionRenameDialog

public ScoreSectionRenameDialog(java.awt.Frame frame,
                                ScoreSection scoreSection,
                                Score score,
                                PVChoice sectionChoice)
Method Detail

actionPerformed

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

setVisible

public void setVisible(boolean flag)

pack

public void pack()