Class PrintTrainsServingLocationAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.operations.locations.tools.PrintTrainsServingLocationAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PrintTrainsServingLocationAction extends javax.swing.AbstractAction
Swing action to preview or print trains serving a location.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
isPreview
(package private) ShowTrainsServingLocationFrame
stslf
-
Constructor Summary
Constructors Constructor Description PrintTrainsServingLocationAction(ShowTrainsServingLocationFrame stslf, boolean isPreview)
-
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
-
-
Constructor Detail
-
PrintTrainsServingLocationAction
public PrintTrainsServingLocationAction(ShowTrainsServingLocationFrame stslf, boolean isPreview)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-