Class IgnoreUsedTrackAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.operations.locations.tools.IgnoreUsedTrackAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class IgnoreUsedTrackAction extends javax.swing.AbstractAction
Action to allow a user to define how much used track space is to be ignored by the program when placing new rolling stock to a track.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgnoreUsedTrackAction(TrackEditFrame tef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
IgnoreUsedTrackAction
public IgnoreUsedTrackAction(TrackEditFrame tef)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-