Package jmri.jmrit.symbolicprog
Class PrintAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.symbolicprog.PrintAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class PrintAction extends javax.swing.AbstractAction
Action to print the information in a VariableTable.This 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) booleanisPreviewVariable to set whether this is to be printed or previewed(package private) PaneProgFramemFrameFrame hosting the printing
-
Constructor Summary
Constructors Constructor Description PrintAction(java.lang.String actionName, PaneProgFrame frame, boolean preview)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
mFrame
PaneProgFrame mFrame
Frame hosting the printing
-
isPreview
boolean isPreview
Variable to set whether this is to be printed or previewed
-
-
Constructor Detail
-
PrintAction
public PrintAction(java.lang.String actionName, PaneProgFrame frame, boolean preview)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-