Class BooleanDialog

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

public class BooleanDialog
extends PVDialogAdapter
implements java.awt.event.ActionListener
  • Constructor Details

    • BooleanDialog

      public BooleanDialog​(java.awt.Frame f, java.lang.String title, java.lang.String msg)
  • Method Details

    • getExitFlag

      public boolean getExitFlag()
    • actionPerformed

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

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