Class PrintCarRosterAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.operations.rollingstock.cars.tools.PrintCarRosterAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PrintCarRosterAction extends javax.swing.AbstractAction
Action to print a summary of the Roster contentsThis uses the older style printing, for compatibility with Java 1.1.8 in MacIntosh MRJ
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CarsTableFrame
_carsTableFrame
(package private) boolean
_isPreview
Variable to set whether this is to be printed or previewed(package private) PrintCarRosterFrame
pcrf
-
Constructor Summary
Constructors Constructor Description PrintCarRosterAction(boolean isPreview, CarsTableFrame carsTableFrame)
-
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
-
-
-
-
Field Detail
-
_isPreview
boolean _isPreview
Variable to set whether this is to be printed or previewed
-
_carsTableFrame
CarsTableFrame _carsTableFrame
-
pcrf
PrintCarRosterFrame pcrf
-
-
Constructor Detail
-
PrintCarRosterAction
public PrintCarRosterAction(boolean isPreview, CarsTableFrame carsTableFrame)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-