com.softsynth.jmsl.score.view
Class TempoDialog

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

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

Open a window which provides a Tempo dialog

Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
TempoDialog(java.awt.Frame frame, TempoResultProcessor tempoResultProcessor, Tempo t, java.lang.String title, java.lang.String msg)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void setVisible(boolean b)
           
 
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, toBack, toFront, toString, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

TempoDialog

public TempoDialog(java.awt.Frame frame,
                   TempoResultProcessor tempoResultProcessor,
                   Tempo t,
                   java.lang.String title,
                   java.lang.String msg)
Method Detail

setVisible

public void setVisible(boolean b)
Specified by:
setVisible in interface PVFrame
Overrides:
setVisible in class PVDialogAdapter

actionPerformed

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