Class TableClipboardCopier

java.lang.Object
javax.swing.AbstractAction
org.ka2ddo.yaac.gui.table.TableClipboardCopier
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class TableClipboardCopier extends AbstractAction
Auxiliary helper class to allow copying cell text from a JTable to the system clipboard.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Method Details

    • setupTableClipboardCopier

      public static void setupTableClipboardCopier(PrintableTable table)
      Add the ctrl-C copier to a JTable.
      Parameters:
      table - JTable to attach the copier to
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      DO NOT CALL. Control-C handler for tables.
      Parameters:
      e - ActionEvent