Class PChangeAccountStatusOptionDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class PChangeAccountStatusOptionDialog extends JDialog implements ActionListener
Dialog base class that contains a PChangeAccountStatusOptionPanel
See Also:
  • Field Details

  • Constructor Details

    • PChangeAccountStatusOptionDialog

      public PChangeAccountStatusOptionDialog(Frame frame, boolean modal)
    • PChangeAccountStatusOptionDialog

      public PChangeAccountStatusOptionDialog(Frame frame, String title, boolean modal)
  • Method Details

    • getClicked

      public int getClicked()
    • getOptionSelected

      public int getOptionSelected()
    • getMoveToAccountNumber

      public String getMoveToAccountNumber()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener