edu.bu.qsad.app.shooter.io
Class ExcelAdapter

java.lang.Object
  |
  +--edu.bu.qsad.app.shooter.io.ExcelAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ExcelAdapter
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
ExcelAdapter(javax.swing.JTable table)
           
ExcelAdapter(javax.swing.JTable table, boolean allowCopy, boolean allowPaste)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelAdapter

public ExcelAdapter(javax.swing.JTable table)

ExcelAdapter

public ExcelAdapter(javax.swing.JTable table,
                    boolean allowCopy,
                    boolean allowPaste)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener