zinger.bsheet
Class Main.EditFieldTableSelectionListener

java.lang.Object
  extended by zinger.bsheet.Main.EditFieldTableSelectionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
Main

protected static class Main.EditFieldTableSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener, java.awt.event.ActionListener


Constructor Summary
Main.EditFieldTableSelectionListener(javax.swing.text.JTextComponent textComponent, javax.swing.JTable table)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
 void valueChanged(javax.swing.event.ListSelectionEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.EditFieldTableSelectionListener

public Main.EditFieldTableSelectionListener(javax.swing.text.JTextComponent textComponent,
                                            javax.swing.JTable table)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent ev)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener

actionPerformed

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