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 SummaryFields 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 SummaryConstructors Constructor Description PrintAction(java.lang.String actionName, PaneProgFrame frame, boolean preview)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Field Detail- 
mFramePaneProgFrame mFrame Frame hosting the printing
 - 
isPreviewboolean isPreview Variable to set whether this is to be printed or previewed
 
- 
 - 
Constructor Detail- 
PrintActionpublic PrintAction(java.lang.String actionName, PaneProgFrame frame, boolean preview) 
 
- 
 - 
Method Detail- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e) 
 
- 
 
-