com.softsynth.jmsl.score.view
Class NewScoreDialog

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

public class NewScoreDialog
extends ScoreDialog

Dialog to specify global properties of a new Score

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

Constructor Summary
NewScoreDialog(java.awt.Frame f)
           
NewScoreDialog(java.awt.Frame f, NewScoreListener listener)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.softsynth.jmsl.view.PVDialogAdapter
add, add, addKeyListener, addWindowListener, dispose, equals, getBackground, getBounds, getComponent, getFont, getFontMetrics, 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 Detail

NewScoreDialog

public NewScoreDialog(java.awt.Frame f)

NewScoreDialog

public NewScoreDialog(java.awt.Frame f,
                      NewScoreListener listener)
Method Detail

actionPerformed

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

main

public static void main(java.lang.String[] args)