Package groovy.swing.impl
Class DefaultAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- groovy.swing.impl.DefaultAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class DefaultAction extends javax.swing.AbstractAction
A default action implementation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent event)
Closure
getClosure()
void
setClosure(Closure closure)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-