public class MultiLinePasteAdapter extends Object implements ActionListener
| Constructor and Description |
|---|
MultiLinePasteAdapter(JTable myJTable,
Dimension parent)
The Excel Adapter is constructed with a
JTable on which it enables Copy-Paste and acts
as a Clipboard listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e)
This method is activated on the Keystrokes we are listening to
in this implementation.
|
JTable |
getJTable()
Public Accessor methods for the Table on which this adapter acts.
|
void |
setJTable(JTable jTable1) |
public JTable getJTable()
public void setJTable(JTable jTable1)
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerCopyright © 1997–2020 CRISTAL-iSE. All rights reserved.