Class CbusEventTablePrintAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrix.can.cbus.swing.eventtable.CbusEventTablePrintAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Print or Print Preview Action for CBUS Event Table
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionCbusEventTablePrintAction(String actionName, CbusEventTableDataModel model, String title, boolean preview) Create a new Save to CSV Action. -
Method Summary
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
CbusEventTablePrintAction
public CbusEventTablePrintAction(String actionName, @Nonnull CbusEventTableDataModel model, @Nonnull 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 Details
-
actionPerformed
-