com.jzy3d.surfedit.swing.table.events
Class AbstractTableSelectionListener

java.lang.Object
  extended by com.jzy3d.surfedit.swing.table.events.AbstractTableSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

public abstract class AbstractTableSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Constructor Summary
AbstractTableSelectionListener(javax.swing.JTable table)
           
 
Method Summary
abstract  void cellSelected(int i, int j)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTableSelectionListener

public AbstractTableSelectionListener(javax.swing.JTable table)
Method Detail

valueChanged

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

cellSelected

public abstract void cellSelected(int i,
                                  int j)