com.softsynth.jmsl.score.view
Class ScoreDialog

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

public class ScoreDialog
extends PVDialogAdapter
implements java.awt.event.ActionListener

A AWT/Swing Dialog to create a new score or edit an existing one. Subclasses edit and create new

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

Constructor Summary
ScoreDialog(java.awt.Frame f)
           
 
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

ScoreDialog

public ScoreDialog(java.awt.Frame f)
Method Detail

main

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

actionPerformed

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