public class TableCopyPasteAdapter
extends java.lang.Object
implements java.awt.event.ActionListener
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
This method is activated on the Keystrokes we are listening to in this
implementation.
|
static TableCopyPasteAdapter |
apply(javax.swing.JTable table) |
public static TableCopyPasteAdapter apply(javax.swing.JTable table)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener