public class TableClipboardCopier
extends javax.swing.AbstractAction
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
DO NOT CALL.
|
static void |
setupTableClipboardCopier(PrintableTable table)
Add the ctrl-C copier to a JTable.
|
public static void setupTableClipboardCopier(PrintableTable table)
table
- JTable to attach the copier topublic void actionPerformed(java.awt.event.ActionEvent e)
e
- ActionEvent