Class ScoreSectionRenameDialog

java.lang.Object
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, nick@didkovsky.com
  • Constructor Summary

    Constructors
    Constructor Description
    ScoreSectionRenameDialog​(java.awt.Frame frame, ScoreSection scoreSection, Score score, PVChoice sectionChoice)  
  • Method Summary

    Modifier and Type Method Description
    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 Details

    • ScoreSectionRenameDialog

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

    • 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()