chemCast.ui
Class SelectionListener
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionListener
public SelectionListener(javax.swing.JTable table)
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)