public class ExcelAdapter extends Object implements ActionListener
Constructor and Description |
---|
ExcelAdapter(JTable myJTable)
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 ExcelAdapter(JTable myJTable)
public JTable getJTable()
public void setJTable(JTable jTable1)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
Copyright © 2019. All rights reserved.