Class PrintLocationsByCarTypesAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.operations.locations.tools.PrintLocationsByCarTypesAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PrintLocationsByCarTypesAction extends javax.swing.AbstractAction
Action to print a summary of locations and tracks that service specific car types.This uses the older style printing, for compatibility with Java 1.1.8 in Macintosh MRJ
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrintLocationsByCarTypesAction(boolean preview)
-
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
-
NEW_LINE
static final java.lang.String NEW_LINE
- See Also:
- Constant Field Values
-
TAB
static final java.lang.String TAB
- See Also:
- Constant Field Values
-
isPreview
boolean isPreview
Variable to set whether this is to be printed or previewed
-
-
Constructor Detail
-
PrintLocationsByCarTypesAction
public PrintLocationsByCarTypesAction(boolean preview)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-