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