Class JEscDialog.DisposeAction

java.lang.Object
javax.swing.AbstractAction
org.svetovid.dialogs.JEscDialog.DisposeAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
JEscDialog

public class JEscDialog.DisposeAction extends AbstractAction
An Action that disposes the dialog when triggered.
See Also:
  • Constructor Details

    • DisposeAction

      public DisposeAction(JDialog dialog)
      Constructs a new DisposeAction.
      Parameters:
      dialog - the dialog to dispose
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent ae)