Package org.apache.batik.util.gui
Class JErrorPane.ShowDetailButtonAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.apache.batik.util.gui.JErrorPane.ShowDetailButtonAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- JErrorPane
protected class JErrorPane.ShowDetailButtonAction extends javax.swing.AbstractAction
The action associated with the 'Show Detail' button.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ShowDetailButtonAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-