Package com.softsynth.jmsl.view
Class PolyphonicInstrumentDialog
java.lang.Object
com.softsynth.jmsl.view.PVDialogAdapter
com.softsynth.jmsl.view.PolyphonicInstrumentDialog
- All Implemented Interfaces:
PVComponent
,PVDialog
,PVFrame
,java.awt.event.ActionListener
,java.util.EventListener
public class PolyphonicInstrumentDialog extends PVDialogAdapter implements java.awt.event.ActionListener
-
Constructor Summary
Constructors Constructor Description PolyphonicInstrumentDialog(java.awt.Frame f, java.lang.String title)
PolyphonicInstrumentDialog(java.awt.Frame f, java.lang.String title, int maxVoicesDefault)
-
Method Summary
Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
java.lang.String
getClassName()
int
getNumVoices()
static void
main(java.lang.String[] args)
boolean
ok()
void
setClassName(java.lang.String className)
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, setVisible, toBack, toFront, toString, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PolyphonicInstrumentDialog
public PolyphonicInstrumentDialog(java.awt.Frame f, java.lang.String title, int maxVoicesDefault) -
PolyphonicInstrumentDialog
public PolyphonicInstrumentDialog(java.awt.Frame f, java.lang.String title)
-
-
Method Details
-
setClassName
public void setClassName(java.lang.String className) -
getClassName
public java.lang.String getClassName() -
getNumVoices
public int getNumVoices() -
ok
public boolean ok() -
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
main
public static void main(java.lang.String[] args)
-