com.softsynth.jmsl.view
Class SampleFinderDialog

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

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


Constructor Summary
SampleFinderDialog(java.lang.String msg1, java.lang.String msg2, DirectorySettable ins)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static java.lang.String getDirectory()
           
static void setDirectory(java.lang.String dir)
           
 
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, setVisible, toBack, toFront, toString, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SampleFinderDialog

public SampleFinderDialog(java.lang.String msg1,
                          java.lang.String msg2,
                          DirectorySettable ins)
Method Detail

getDirectory

public static java.lang.String getDirectory()

setDirectory

public static void setDirectory(java.lang.String dir)

actionPerformed

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