chemCast.ui
Class SelectionListener

java.lang.Object
  extended by chemCast.ui.SelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

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


Constructor Summary
SelectionListener(javax.swing.JTable table)
           
 
Method Summary
abstract  void getColumnSelected(javax.swing.JTable table, int column)
           
abstract  void getRowSelected(javax.swing.JTable table, int row)
           
 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

SelectionListener

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

valueChanged

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

getRowSelected

public abstract void getRowSelected(javax.swing.JTable table,
                                    int row)

getColumnSelected

public abstract void getColumnSelected(javax.swing.JTable table,
                                       int column)