Class EngineDeleteAttributeAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.operations.rollingstock.engines.tools.EngineDeleteAttributeAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
final class EngineDeleteAttributeAction extends javax.swing.AbstractAction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) EngineAttributeEditFrame
eaef
-
Constructor Summary
Constructors Constructor Description EngineDeleteAttributeAction(EngineAttributeEditFrame caef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent ae)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
EngineDeleteAttributeAction
public EngineDeleteAttributeAction(EngineAttributeEditFrame caef)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
-
-