Package com.softsynth.jmsl.score.view
Class RepeatCountDialog
java.lang.Object
com.softsynth.jmsl.view.PVDialogAdapter
com.softsynth.jmsl.score.view.RepeatCountDialog
- All Implemented Interfaces:
PVComponent,PVDialog,PVFrame,java.awt.event.ActionListener,java.util.EventListener
public class RepeatCountDialog extends PVDialogAdapter implements java.awt.event.ActionListener
Open a dialog which provides a measure's repeat count
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringcopyright -
Constructor Summary
Constructors Constructor Description RepeatCountDialog(java.awt.Frame parent, Measure measure, java.lang.String title, java.lang.String msg) -
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent event)voidsetVisible(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, validateMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
copyright
public static final java.lang.String copyright- See Also:
- Constant Field Values
-
-
Constructor Details
-
RepeatCountDialog
public RepeatCountDialog(java.awt.Frame parent, Measure measure, java.lang.String title, java.lang.String msg)
-
-
Method Details
-
setVisible
public void setVisible(boolean b)- Specified by:
setVisiblein interfacePVFrame- Overrides:
setVisiblein classPVDialogAdapter
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-