Package de.alpharogroup.actions
Class DisposeWindowAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- de.alpharogroup.actions.DisposeWindowAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class DisposeWindowAction extends javax.swing.AbstractActionThe classDisposeWindowAction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisposeWindowAction(java.awt.Window window)Instantiates a newDisposeWindowAction.
-
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
-
-
-
-
Constructor Detail
-
DisposeWindowAction
public DisposeWindowAction(java.awt.Window window)
Instantiates a newDisposeWindowAction.- Parameters:
window- the window
-
-