Class CbusEventTablePrintAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.can.cbus.swing.eventtable.CbusEventTablePrintAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class CbusEventTablePrintAction extends javax.swing.AbstractAction
Print or Print Preview Action for CBUS Event Table- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CbusEventTablePrintAction(java.lang.String actionName, CbusEventTableDataModel model, java.lang.String title, boolean preview)
Create a new Save to CSV Action.
-
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
-
-
-
-
Constructor Detail
-
CbusEventTablePrintAction
public CbusEventTablePrintAction(java.lang.String actionName, @Nonnull CbusEventTableDataModel model, @Nonnull java.lang.String title, boolean preview)
Create a new Save to CSV Action.- Parameters:
actionName
- Action Namemodel
- Table Model to use.title
- Page Title.preview
- True to preview, false to print.
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-