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 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 interface java.awt.event.ActionListener
    • main

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