Package com.softsynth.jmsl.score.util
Class SAPScoreWriterDialog
java.lang.Object
com.softsynth.jmsl.view.PVDialogAdapter
com.softsynth.jmsl.score.util.SAPScoreWriterDialog
- All Implemented Interfaces:
PVComponent
,PVDialog
,PVFrame
,java.awt.event.ActionListener
,java.util.EventListener
public class SAPScoreWriterDialog extends PVDialogAdapter implements java.awt.event.ActionListener
Dialog to gather info for exporting to San Andreas Press's SCORE Music Typography System
- Author:
- Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description SAPScoreWriterDialog(java.awt.Frame f, SAPScoreWriter sapScoreWriter)
-
Method Summary
Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
void
setVisible(boolean b)
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, toBack, toFront, toString, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SAPScoreWriterDialog
-
-
Method Details
-
setVisible
public void setVisible(boolean b)- Specified by:
setVisible
in interfacePVFrame
- Overrides:
setVisible
in classPVDialogAdapter
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-