Class BasicErrorPaneUI.CloseAction

java.lang.Object
javax.swing.AbstractAction
org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI.CloseAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
BasicErrorPaneUI

private static final class BasicErrorPaneUI.CloseAction extends AbstractAction
Default action for closing the JXErrorPane's enclosing window (JDialog, JFrame, or JInternalFrame)
  • Field Details

  • Constructor Details

    • CloseAction

      private CloseAction(Window w)
      Parameters:
      w - cannot be null
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)