Package org.apache.batik.util.gui
Class URIChooser.CancelButtonAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.apache.batik.util.gui.URIChooser.CancelButtonAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- URIChooser
protected class URIChooser.CancelButtonAction extends javax.swing.AbstractActionThe action associated with the 'Cancel' button of the URI chooser- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCancelButtonAction()
-
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
-
-