Class CarAttributeAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.operations.rollingstock.cars.tools.CarAttributeAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
final class CarAttributeAction extends javax.swing.AbstractAction
Frame for adding and editing the car roster for operations.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CarAttributeEditFrame
caef
-
Constructor Summary
Constructors Constructor Description CarAttributeAction(CarAttributeEditFrame 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
-
CarAttributeAction
public CarAttributeAction(CarAttributeEditFrame caef)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
-
-