Package jmri.jmrix.nce.consist
Class PrintNceConsistRosterAction
- java.lang.Object
 - 
- javax.swing.AbstractAction
 - 
- jmri.jmrix.nce.consist.PrintNceConsistRosterAction
 
 
 
- 
- All Implemented Interfaces:
 java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class PrintNceConsistRosterAction 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
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PrintNceConsistRosterAction(java.lang.String actionName, java.awt.Frame 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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PrintNceConsistRosterAction
public PrintNceConsistRosterAction(java.lang.String actionName, java.awt.Frame frame, boolean preview)
 
 - 
 
- 
Method Detail
- 
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
 
 - 
 
 -