Package org.jdesktop.swingx.plaf.basic
Class BasicErrorPaneUI.CloseAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI.CloseAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- BasicErrorPaneUI
private static final class BasicErrorPaneUI.CloseAction extends javax.swing.AbstractActionDefault action for closing the JXErrorPane's enclosing window (JDialog, JFrame, or JInternalFrame)
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.Windoww
-
Constructor Summary
Constructors Modifier Constructor Description privateCloseAction(java.awt.Window w)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-